sktime/sktime

[ENH] `gluonts` models

Open

#6,800 opened on Jul 20, 2024

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Python (1,192 forks)batch import
enhancementgood first issuemodule:forecasting

Repository metrics

Stars
 (7,162 stars)
PR merge metrics
 (Avg merge 26d 10h) (86 merged PRs in 30d)

Description

It would be nice to have gluonts models interface and indexed.

These are mainly a handful of torch/lightning based models with a consistent, torch based interface.

There is recent work towards adding the gluonts data containers as mtypes, #6530, which should allow to add these easily.

Contingent on 6530 being merged - good first issue in collaboration with current workstreams.

Contributor guide