ontime-re / ontime

Your library to work with time series
Apache License 2.0
5 stars 1 forks source link

Darts' models wrapper #63

Closed fredmontet closed 3 weeks ago

fredmontet commented 1 month ago

This issue would allow for the inclusion of a greater variety of Darts models wrapper. For now, we have a wrapper around simple and univariate models of darts (LocalForecastingModel), we must do the same for the GlobalForecastingModel (if one single wrapper for all subclasses of this class is possible) : https://unit8co.github.io/darts/userguide/covariates.html#global-forecasting-models-gfms

Tasks