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

[DOC] add newer features to the hierarchical forecasting tutorial - grid search, metrics, ensembles, etc #4106

Open
fkiraly opened this issue Jan 13, 2023 · 7 comments
Labels
documentation Documentation & tutorials good first issue Good for newcomers

Comments

@fkiraly
Copy link
Collaborator

fkiraly commented Jan 13, 2023

sktime features for hierarchical and panel time series forecasting have progressed a bit since we presented our initial tutorial at pydata Berlin 2022.

It would be nice if some of the newer features were added in "the right places" of the hierarchical forecasting tutorial https://github.com/sktime/sktime/blob/main/examples/01c_forecasting_hierarchical_global.ipynb.

Features I can think of:

anything else that should be here? FYI @danbartl, @KishManani, @ciaran-g, @VyomkeshVyas, @topher-lo

I think this is a potential good first issue since each topic could be a small vignette, added in the right place, or modifying one of the existing vignettes. Contributors could pick one topic.

@fkiraly fkiraly added good first issue Good for newcomers documentation Documentation & tutorials labels Jan 13, 2023
@fkiraly
Copy link
Collaborator Author

fkiraly commented Jan 13, 2023

relevant recent discussion with @anthonygiorgio97 with some code that might be reducible to nice vignettes:
#4101

@ahmd-nish
Copy link

Hi @fkiraly ,
I would like to contribute to this issue. Can I work on it ?

@fkiraly
Copy link
Collaborator Author

fkiraly commented Jan 15, 2023

Sure! Which topic would you like to work on, @nish-ahmd-it?

@ahmd-nish
Copy link

@fkiraly shall i focus on use of the pooling parameter in make_reduction, as was added by recently ?

@Aarthy153
Copy link
Contributor

Hi, @fkiraly, I am willing to work on this issue. Shall I work on ReconcilerForecaster? By the way, can you explain the specific requirement in detail? Thank you!

@pranavvp16
Copy link
Contributor

Hello , @fkiraly , I would like to add the feature of ForecastingGridSearchCV after models like NaiveForecaster and other models are fit into data in the notebook. I think to add this feature after we have received a prediction with default parameters , and then we can use ForecastingGridSearchCV to fine tune the model with optimal parameters

@fkiraly
Copy link
Collaborator Author

fkiraly commented Jan 25, 2023

@Aarthy153, yes, that would be great!
The requirement is one orw two vignettes, in the right location (possibly next to Reconciler), showcasing its use.

@pranavvp16, that would be great! The focus should be using it in the hierarchical case. Same idea - a vignette somewhere suitable in the notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation & tutorials good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants