-
Notifications
You must be signed in to change notification settings - Fork 13
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/Inference mode for Imputers #75
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #75 +/- ##
========================================
Coverage 99.84% 99.84%
========================================
Files 23 23
Lines 1301 1328 +27
========================================
+ Hits 1299 1326 +27
Misses 2 2 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Harrison Cook <Harrison.cook@ecmwf.int>
Once a changelog entry is added, I see no issue with approving and merging this. |
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.
LGTM
This resets the
nan_locations
in theBaseImputer
during non-training runs of the code.Specifically, this enables changes in the dataset after training.
Closes #74