-
Notifications
You must be signed in to change notification settings - Fork 79
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
get all inf? #6
Comments
I have had the same issue here. |
============================================================ KMeans 0.743 0.154
|
I am also getting the same problem of infinity. Is there a solution for this ? |
I had the same thing occur, but my Y parameter was only one dimensional |
Any update on this error ? |
ExtraTreesClassifier
Model accuracy Time/clf (s)
SGDClassifier -inf inf
LogisticRegression -inf inf
Perceptron -inf inf
PassiveAggressiveClassifier -inf inf
MLPClassifier -inf inf
KMeans -inf inf
KNeighborsClassifier -inf inf
NearestCentroid -inf inf
RadiusNeighborsClassifier -inf inf
SVC -inf inf
NuSVC -inf inf
LinearSVC -inf inf
RandomForestClassifier -inf inf
DecisionTreeClassifier -inf inf
ExtraTreesClassifier -inf inf
The winner is: SGDClassifier with score -inf.
I used the same data with just RandomForestClassifier and got a [bad but] working classifier...
The text was updated successfully, but these errors were encountered: