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

[ENH] AutoETS implementation #2411

Open
TonyBagnall opened this issue Nov 28, 2024 · 2 comments
Open

[ENH] AutoETS implementation #2411

TonyBagnall opened this issue Nov 28, 2024 · 2 comments
Labels
enhancement New feature, improvement request or other non-bug code enhancement forecasting Forecasting package

Comments

@TonyBagnall
Copy link
Contributor

Describe the feature or idea you want to propose

Our new experimental forecasting module starts with a really fast ETS implementation. The next stage is AutoETS. But how to search the parameter space? There are many alternatives, grid search, nelder mead, stochastic gradient descent etc. It would be really good to implement this in a configurable way. Feel free to come up with alternative heuristic search algorithms on this thread

Describe your proposed solution

we need to think about how to design this efficiently, perhaps taking inspiration from scikit-learn?

Describe alternatives you've considered, if relevant

No response

Additional context

No response

@TonyBagnall TonyBagnall added enhancement New feature, improvement request or other non-bug code enhancement forecasting Forecasting package labels Nov 28, 2024
@TonyBagnall
Copy link
Contributor Author

@aeon-actions-bot assign @alexbanwell1

@TonyBagnall TonyBagnall changed the title [ENH] AutoETS [ENH] AutoETS implementation Nov 28, 2024
@SebastianSchmidl
Copy link
Member

Bayesian optimization using https://optuna.readthedocs.io/en/stable/?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, improvement request or other non-bug code enhancement forecasting Forecasting package
Projects
None yet
Development

No branches or pull requests

2 participants