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

Can we have a progress bar when model()ing #121

Closed
earowang opened this issue Mar 10, 2019 · 2 comments
Closed

Can we have a progress bar when model()ing #121

earowang opened this issue Mar 10, 2019 · 2 comments

Comments

@earowang
Copy link
Member

Since fablelite depends on R6, we can have a simple progress bar like what dplyr::do() does https://github.com/tidyverse/dplyr/blob/bbcfe99e29fe737d456b0d7adc33d3c445a32d9d/R/progress.R for model().

We don't have to have an extra argument in model(), but provide an option getOption(fable.progress_bar, TRUE) to enable/disable it.

@Fuco1
Copy link

Fuco1 commented Sep 29, 2020

The same would be nice to have for forecast.

@mitchelloharawild
Copy link
Member

A progress bar for forecast() and other methods will be added, some discussion for this can be found here: tidyverts/fabletools#268

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

No branches or pull requests

3 participants