-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Q: doc svc.fit_status_ #4687
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
Comments
This is an attribute of only And yes, 0 means correctly fitted. But if it is not zero, it will raise a warning. |
Ok Thanks. |
All attributes need documentation. |
This is still open? |
sure go for it! |
I'm using 0.16.0 and trying to understand the svc.fit_status_ logic.
When it's correctly fitted it is = 0?
gives
0
Is this attribute going to be deprecated, or shall we clarify it in the documentation? In any case, what would you recommand to check whether a clf has been fitted?
The text was updated successfully, but these errors were encountered: