-
Notifications
You must be signed in to change notification settings - Fork 0
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 bug in predicting with KNN models for :brutetree algorithm and metric. #47
Conversation
fix bug with KNN models metric.
Codecov Report
@@ Coverage Diff @@
## dev #47 +/- ##
==========================================
+ Coverage 92.39% 93.31% +0.91%
==========================================
Files 3 4 +1
Lines 342 389 +47
==========================================
+ Hits 316 363 +47
Misses 26 26
Continue to review full report at Codecov.
|
Thanks for this! I will try to review in the next 24 hours. |
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.
Just the minor comments on the doc-strings.
Very thorough refactoring of the default constructor, thanks.
Please merge, make a release PR onto master
, and tag a new release at your leisure.
closes #46, closes #45.