-
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
Prediction Intervals #1149
Prediction Intervals #1149
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1149 +/- ##
==========================================
+ Coverage 78.48% 80.26% +1.78%
==========================================
Files 130 142 +12
Lines 9323 9863 +540
==========================================
+ Hits 7317 7917 +600
+ Misses 2006 1946 -60
|
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.
Оставил несколько небольших комментариев.
fedot/core/pipelines/prediction_intervals/solvers/mutation_of_best_pipeline.py
Outdated
Show resolved
Hide resolved
fedot/core/pipelines/prediction_intervals/solvers/mutation_of_best_pipeline.py
Outdated
Show resolved
Hide resolved
test/unit/pipelines/prediction_intervals/test_solver_mutations.py
Outdated
Show resolved
Hide resolved
test/unit/pipelines/prediction_intervals/test_solver_mutations.py
Outdated
Show resolved
Hide resolved
test/unit/pipelines/prediction_intervals/test_prediction_intervals.py
Outdated
Show resolved
Hide resolved
examples/advanced/time_series_forecasting/prediction_intervals.py
Outdated
Show resolved
Hide resolved
test/unit/pipelines/prediction_intervals/test_prediction_intervals.py
Outdated
Show resolved
Hide resolved
Hello @GrigoriJasnovidov! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2023-09-04 10:09:29 UTC |
Prediction intervals for time series forecasting task functionality, unit tests and examples.