-
Notifications
You must be signed in to change notification settings - Fork 361
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
Support forecasting #2499
Support forecasting #2499
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2499 +/- ##
==========================================
+ Coverage 83.05% 90.70% +7.64%
==========================================
Files 65 59 -6
Lines 3169 2334 -835
==========================================
- Hits 2632 2117 -515
+ Misses 537 217 -320
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
107bc3c
to
07c42a3
Compare
1 similar comment
bc5cbaa
to
668113c
Compare
668113c
to
08cd5a8
Compare
1 similar comment
@@ -4,4 +4,5 @@ pytest-mock==3.6.1 | |||
|
|||
requirements-parser==0.2.0 | |||
rai_test_utils[object_detection] | |||
scikit-learn<=1.3.2 |
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.
this can be removed now as I've made the tests work with latest scikit-learn in the PR:
#2507
Description
Checklist