-
Notifications
You must be signed in to change notification settings - Fork 23
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
bug fixes, implementation tweaks, and additional distances #397
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #397 +/- ##
==========================================
- Coverage 62.92% 0.00% -62.93%
==========================================
Files 41 40 -1
Lines 4637 4900 +263
==========================================
- Hits 2918 0 -2918
- Misses 1719 4900 +3181
|
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
The tests are failing with No worries about the NotImplementedError. |
Fixed the above error. Now running into sklearn throws an error if it only has to predict a single class because well - it's too easy! So we need to find a way to add another class.
Before fitting would fix it |
03b5f89
to
8a01a2f
Compare
Signed-off-by: zethson <lukas.heumos@posteo.net>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
PR Checklist
docs
is updatedDescription of changes
Technical details
Additional context