diff --git a/README.md b/README.md index 28309cc..a446f44 100644 --- a/README.md +++ b/README.md @@ -237,1266 +237,10 @@ This cell instantiates and trains the baseline classification model using Scikit ```python from sklearn.linear_model import LogisticRegression mylr = LogisticRegression(solver='lbfgs', random_state=42) -mylr.fit(x,y) +mylr.fit(x,y); ``` - - -
LogisticRegression(random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
LogisticRegression(random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
LogisticRegression(random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
LogisticRegression(C=100, random_state=22, solver='newton-cg', tol=1e-05)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
LogisticRegression(C=100, random_state=22)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
LogisticRegression(random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
LogisticRegression(random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
LogisticRegression(random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
LogisticRegression(C=100, random_state=22, solver='newton-cg', tol=1e-05)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
LogisticRegression(C=100, random_state=22)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.