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
[x] Create a new class that wraps GlobalForecastingModel from ontine, implementing the BenchmarkAbstractModel from ontime benchmarking module
[x] Update the documentation with an example of this kind of model
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