Skip to content
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 progress bar to regression models for hist fc #2320

Merged
merged 4 commits into from
Apr 12, 2024

Conversation

dennisbader
Copy link
Collaborator

@dennisbader dennisbader commented Apr 12, 2024

Checklist before merging this PR:

  • Mentioned all issues that this PR fixes or addresses.
  • Summarized the updates of this PR under Summary.
  • Added an entry under Unreleased in the Changelog.

Fixes #2061.

Summary

  • Added a progress bar when performing optimized historical forecasts (retrain=False and no autoregression) to display the series-level progress.
  • can be activated with verbose=True when calling ForecastingModel.historical forecasts()

Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.01%. Comparing base (78d39ad) to head (8329b1e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2320      +/-   ##
==========================================
- Coverage   94.02%   94.01%   -0.02%     
==========================================
  Files         138      138              
  Lines       14191    14180      -11     
==========================================
- Hits        13343    13331      -12     
- Misses        848      849       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dennisbader dennisbader merged commit c3a6112 into master Apr 12, 2024
@dennisbader dennisbader deleted the feat/regression_model_hist_fc_progress_bar branch April 12, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Progress bar for historical forecast does not show
2 participants