update fitted params for naive_bayes and linear discriminant analysis#55
update fitted params for naive_bayes and linear discriminant analysis#55
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #55 +/- ##
==========================================
+ Coverage 86.95% 87.43% +0.48%
==========================================
Files 12 12
Lines 207 207
==========================================
+ Hits 180 181 +1
+ Misses 27 26 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@OkonSamuel Thanks for the prompt attention. Can you please remove this line and the one below to revert testing of the NB model? |
ablaom
left a comment
There was a problem hiding this comment.
Looks good. Thanks for attention to some previously overlooked detail.
I'm inclined to make this a breaking release, to be safe, because of the default value changes. But I would like to be sure there aren't any more we have missed. What do you think?
|
@OkonSamuel Maybe we missed a hyperparameter name change: #56 (comment) ?? |
No, not really. It's actually a deprecation I left there. I plan on removing it when python sklearn releases v1.4 |
closes #53
cc. @ablaom