-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update anomaly_detection model for new photometry #329
Update anomaly_detection model for new photometry #329
Conversation
Hi @matwey -- thanks for the retraining. Any ideas why the model grew from 13MB to 30MB with a similar dataset? |
@matwey -- we use a very specific version of sklearn (see here for the version used). Hence the CI is failing:
Could you retrain using sklearn 1.0.2 ? |
8158731
to
7b93508
Compare
However, I think that it is desirable to migrate to ONNX to address both questions. First, it is size-efficient, second it is version compatible. I think this should be next step for this module. |
Thanks for the retraining -- there is one unit test failing (expected as you changed the model):
I completely agree! |
7b93508
to
4149708
Compare
This was from a docsting, and fixed now. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #329 +/- ##
=======================================
Coverage 53.44% 53.44%
=======================================
Files 33 33
Lines 1510 1510
=======================================
Hits 807 807
Misses 703 703
☔ View full report in Codecov by Sentry. |
Thanks! I'm merging. |
IMPORTANT: Please create an issue first before opening a Pull Request.
Linked to issue(s): Closes put link
What changes were proposed in this pull request?
Retrain anomaly_detection model on
lc_features_20210617_photometry_corrected.parquet
How was this patch tested?
N/A