-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fix #225: Improve Display for naive_bayes #241
base: development
Are you sure you want to change the base?
Fix #225: Improve Display for naive_bayes #241
Conversation
I'm just starting to learn rust, so I'm sorry if I'm wrong. |
thanks a lot! could you try to do the same for other structures that implement |
@Mec-iS |
Good job. This could be merged but it will fix only the Gaussian, what about the other distributions? Please double check that all of them return well formatted output. EDIT: Also please test your branch 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.
please see comments for desirable changes
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 @@
## development #241 +/- ##
===============================================
+ Coverage 44.50% 44.58% +0.07%
===============================================
Files 85 85
Lines 7226 7234 +8
===============================================
+ Hits 3216 3225 +9
+ Misses 4010 4009 -1
... and 5 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Fixes #225
Checklist
Current behaviour
Currently println!("{}", &gnb) prints:
New expected behaviour
Change logs