-
Notifications
You must be signed in to change notification settings - Fork 87
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
Atomized model impovements #1232
Conversation
Hello @kasyanovse! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2023-12-19 07:44:25 UTC |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1232 +/- ##
=======================================
Coverage 79.47% 79.47%
=======================================
Files 145 146 +1
Lines 9928 9994 +66
=======================================
+ Hits 7890 7943 +53
- Misses 2038 2051 +13 ☔ View full report in Codecov by Sentry. |
AtomizedModel
AtomizedModel.pipeline
(only forts_forecasting
, will be fixed in next PR)RANSAC
models due to unstability in tests (randomly return empty result)Next PR with some new features based on
AtomizedModel
: #1227