Hyperactive icon indicating copy to clipboard operation
Hyperactive copied to clipboard

[ENH] extend `sktime` `ForecastingOptCV` with broadcasting options and returned parameters

Open fkiraly opened this issue 3 months ago • 3 comments

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

fkiraly avatar Sep 22 '25 19:09 fkiraly

Hi @fkiraly, I would like to be assigned this issue!

anirudhsengar avatar Nov 15 '25 15:11 anirudhsengar

sure! FYI, once done, the docstring should also be updated in sktime.

fkiraly avatar Nov 16 '25 19:11 fkiraly

Alright sure @fkiraly, I will continue with that once #205 has been merged!

anirudhsengar avatar Nov 17 '25 03:11 anirudhsengar