-
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
Add dataset models fitness scaler #89
Conversation
Hello @MorrisNein! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2023-12-18 12:30:34 UTC |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
==========================================
+ Coverage 28.52% 30.29% +1.77%
==========================================
Files 54 56 +2
Lines 2324 2340 +16
==========================================
+ Hits 663 709 +46
+ Misses 1661 1631 -30 ☔ View full report in Codecov by Sentry. |
00c1480
to
3b6e095
Compare
The class is designed to scale models performance per dataset.
TODO: