-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Python3_Port] Error when training LogisticRegression classifier #289
Comments
Looks like a bug in sklearn, you can report it there if it isn't already reported! |
'Train' shouldn't be available unless you have data in the bins. Are you loading a training set or filling the bins manually? |
With the example set it's working fine on my end. Could you |
scikit-learn==0.24.1 And I loaded from a training set. Other classifiers do train, so there seems to be data in the bins. |
Same version here with no error, using the example training set you should be getting a |
I don't see that message in the console. My understanding then is that the classifier never converges but the error doesn't log properly on my system. That seem right? |
Yup, I'd check sklearn's issues for this. It could be related to our exception catcher, but I don't think it is. |
OSX, 10.15.7, example training set or my own data
open classifier, select LogisticRegression, press Train. This error results:
The text was updated successfully, but these errors were encountered: