It would be nice to have an estimator level integration with time series regressors in the sktime package.
https://github.com/sktime/sktime
This would require:
- a
BaseExperiment descendant class SktimeRegressionExperiment which carries out a cross-validation experiment for time series regressors. This can lean on SktimeClassificationExperiment, in particular when handling metrics. In hyperactive.experiment.integrations. Also see the extension template https://github.com/SimonBlanke/Hyperactive/blob/main/extension_templates/experiments.py
- a
TSROptCv class inheriting from sktime BaseRegressor similar to the other classes in hyperactive.integrations. Internally, it uses the SktimeRegressionExperiment
It would be nice to have an estimator level integration with time series regressors in the
sktimepackage.https://github.com/sktime/sktime
This would require:
BaseExperimentdescendant classSktimeRegressionExperimentwhich carries out a cross-validation experiment for time series regressors. This can lean onSktimeClassificationExperiment, in particular when handling metrics. Inhyperactive.experiment.integrations. Also see the extension template https://github.com/SimonBlanke/Hyperactive/blob/main/extension_templates/experiments.pyTSROptCvclass inheriting fromsktimeBaseRegressorsimilar to the other classes inhyperactive.integrations. Internally, it uses theSktimeRegressionExperiment