-
Notifications
You must be signed in to change notification settings - Fork 647
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
N-Hits #890
N-Hits #890
Conversation
Codecov Report
@@ Coverage Diff @@
## master #890 +/- ##
==========================================
+ Coverage 89.13% 89.26% +0.12%
==========================================
Files 24 26 +2
Lines 3855 4190 +335
==========================================
+ Hits 3436 3740 +304
- Misses 419 450 +31
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Description
This PR adds the NHits model.
Checklist
pre-commit install
.To run hooks independent of commit, execute
pre-commit run --all-files
Make sure to have fun coding!