-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[MRG]Documented attributes in QuadraticDiscriminantAnalysis, RadiusNeighborsClassifier and KNeighborsClassifier, #14374
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
Conversation
looks good, though it actually also has the neighbors changes in it. |
Thanks. Yeah, I didn't create a separate PR for that. Do I need to do that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use up to 79 characters per line.
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Thanks for reviewing @thomasjpfan. Please check the changes. |
Is that better? |
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove whitespace to pass linter
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Co-Authored-By: Thomas J Fan <[email protected]>
Thanks. I corrected it. |
@thomasjpfan please have a look. Thanks. |
Thank you @abhishek-jana! |
Thanks. I appreciate it. |
Partially address #14312
Covering QuadraticDiscriminantAnalysis, [classes_, covariance_] inside
sklearn/discriminant_analysis.py
added RadiusNeighborsClassifier, [classes_, effective_metric_, effective_metric_params_, outputs_2d_]
KNeighborsClassifier, [classes_, effective_metric_, effective_metric_params_, outputs_2d_]