Skip to content

update fitted params for naive_bayes and linear discriminant analysis#55

Merged
ablaom merged 8 commits intodevfrom
nbclassifier
Mar 1, 2023
Merged

update fitted params for naive_bayes and linear discriminant analysis#55
ablaom merged 8 commits intodevfrom
nbclassifier

Conversation

@OkonSamuel
Copy link
Copy Markdown
Member

@OkonSamuel OkonSamuel commented Feb 28, 2023

closes #53

cc. @ablaom

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.43%. Comparing base (9d9f4dc) to head (685b643).
Report is 57 commits behind head on dev.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ablaom
Copy link
Copy Markdown
Member

ablaom commented Feb 28, 2023

@OkonSamuel Thanks for the prompt attention.

Can you please remove this line and the one below to revert testing of the NB model?

Comment thread src/models/ensemble.jl
Comment thread src/models/ensemble.jl
Comment thread src/models/svm.jl
Copy link
Copy Markdown
Member

@ablaom ablaom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

@ablaom ablaom mentioned this pull request Mar 1, 2023
@ablaom
Copy link
Copy Markdown
Member

ablaom commented Mar 1, 2023

@OkonSamuel Maybe we missed a hyperparameter name change: #56 (comment) ??

@OkonSamuel
Copy link
Copy Markdown
Member Author

@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

@ablaom ablaom merged commit 89227e3 into dev Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fitted_params for GaussianNBClassifier broken

3 participants