-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Input[39] #124
Comments
Thank you for the issue. Which version of sklearn are you using? |
System: Python dependencies: Built with OpenMP: True Python version 3.7.5 |
Ok so the issue is that the solver in scikit-learn changed from liblinear to lbfgs. However, the new solver is more accurate. If the data was scaled, the two solvers would give similar results. I think the best thing to do would probably be to scale the data and make this less sensitive to the solver choices for now. |
The example provided in input[39] gives the following output
Opposed to what is displayed in the book for LogisticRegression, I am new to the course and the boundary which separates class 0 and 1, the slope of the line seems to be inverted
Output from the book
The text was updated successfully, but these errors were encountered: