Open pearlryder opened 3 years ago
Looks like a bug in sklearn, you can report it there if it isn't already reported!
open classifier, select LogisticRegression, press Train.
'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 pip freeze
and report your sklearn version?
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 ConvergenceWarning: lbfgs failed to converge (status=1): STOP: TOTAL NO. of ITERATIONS REACHED LIMIT.
error in the console when using this classifier. Do you see this? If not I guess that's what's failing to log.
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: