It would be nice to have an estimator level integration with detectors in the skforecast package.
https://github.com/skforecast/skforecast
This would require:
- a
BaseExperiment descendant class SkforecastExperiment which carries out a backtesting experiment for time series forecasters. This can lean on SktimeForecastingExperiment. Also see the extension template https://github.com/SimonBlanke/Hyperactive/blob/main/extension_templates/experiments.py
- a
SkforecastOptCv class inheriting from skforecast BaseEstimator similar to the other classes in hyperactive.integrations. Internally, it uses the SkforecastExperiment
It would be nice to have an estimator level integration with detectors in the
skforecastpackage.https://github.com/skforecast/skforecast
This would require:
BaseExperimentdescendant classSkforecastExperimentwhich carries out a backtesting experiment for time series forecasters. This can lean onSktimeForecastingExperiment. Also see the extension template https://github.com/SimonBlanke/Hyperactive/blob/main/extension_templates/experiments.pySkforecastOptCvclass inheriting fromskforecastBaseEstimatorsimilar to the other classes inhyperactive.integrations. Internally, it uses theSkforecastExperiment