-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC: added dropdowns to module 1.9 naive bayes #26819
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: added dropdowns to module 1.9 naive bayes #26819
Conversation
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.
Apart from this small comment, LGTM :)
doc/modules/naive_bayes.rst
Outdated
by a considerable margin) on text classification tasks. | ||
|
||
|details-start| | ||
**Weights forecalculation** |
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.
I think this word is a bit unknown to non-native speakers. I would rather simply say "calculation".
**Weights forecalculation** | |
**Weights calculation** |
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.
yeah totally agree, thanks!
let me change 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.
done fixing!
ac70f67
to
be3fbde
Compare
be3fbde
to
42160b8
Compare
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.
Thanks again for the change. This PR LGTM in it's current state.
Just notice it is not a good practice to force push, as it makes more difficult the reviewing process.
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.
I quickly added dropdown menu for the references as well.
LGTM.
Thanks @MikiPWata
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Reference Issues/PRs
add dropdowns to the module 1.9 Naive Bayes from Issue #26617
What does this implement/fix? Explain your changes.
Folded:
Any other comments?