The sktime ForecastingOptCV provides basic tuning abilities, but is lacking some parameters that sktime native tuners have, e.g., ForecastingGridSearchCV.
These should be added:
tune_by_instance and tune_by_variable parameters
- attributes returned such as
refit_time_ etc, although it needs to be checked what can be easily added, and what may require the optimizers to return more metadata
The
sktimeForecastingOptCVprovides basic tuning abilities, but is lacking some parameters thatsktimenative tuners have, e.g.,ForecastingGridSearchCV.These should be added:
tune_by_instanceandtune_by_variableparametersrefit_time_etc, although it needs to be checked what can be easily added, and what may require the optimizers to return more metadata