-
Notifications
You must be signed in to change notification settings - Fork 13
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
Create MLJ compliant doc strings #138
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## dev #138 +/- ##
==========================================
+ Coverage 94.62% 95.28% +0.65%
==========================================
Files 20 21 +1
Lines 875 869 -6
==========================================
Hits 828 828
+ Misses 47 41 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
src/mlj/classifiers.jl
Outdated
$(doc_header(MultinomialClassifier)) | ||
|
||
This model coincides with [`LogisticClassifier`](@ref), except certain optimizations | ||
possible in the special binary case will not be applied. It's hyperparameters are |
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.
nit: Its
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.
Good catch. Addressed.
Thanks for all the help, @tlienart. This PR is now ready for review. Please pay particular attention to the One remaining point of confusion for me is this: I'm interpreting the existing docs and what your have helped with as "ISTA and FISTA are disallowed if |
This is correct, with |
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 with minor changes; feel free to merge after that
I imagine you might want to do a patch release with this, let me know if you need my help in doing so (I think you have full admin access to this repo though). Thanks for going through this @ablaom ! |
Just going to check #140 to be sure. |
Before the patch we should address #141 |
@tlienart
Note to self: We should probably add MLJTestInterface tests before tagging next release.