Skip to content

[ENH] AutoETS implementation #2411

Open
@TonyBagnall

Description

@TonyBagnall

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature, improvement request or other non-bug code enhancementforecastingForecasting package

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions