-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC svm add callable as accepted type for kernel parameter #21675
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
DOC svm add callable as accepted type for kernel parameter #21675
Conversation
Could someone help me understand the build error? |
Nevermind. Seems like that is happening due to #21645 |
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.
Thank you for the PR @mandjevant !
Again I don't think that it fails because of this PR. |
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.
The "It must be one of 'linear', 'poly', 'rbf', 'sigmoid', 'precomputed' or" appears in all the other diffs. I think they are all safe to remove.
Sincerest apologies for missing this. The newest commit encapsulates the correct changes. |
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.
LGTM
Hi @mandjevant apparently there was some issue in the process of building the documentation. Do you mind synchronizing with upstream and pushing? This will render the documentation and help with the review. Thanks for your time. |
Hi @cmarmo sorry for the tardy response. |
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Documentation update for svm _classes file. Adds accepted type
callable
to parameter 'kernel'.Previously, the accepted parameter type
callable
was only mentioned in the explanation. Not in the main line.Any other comments?