It would be nice to have an estimator level integration with detectors in the sktime package.
https://github.com/sktime/sktime
This would require:
- a
BaseExperiment descendant class SktimeDetectorExperiment which carries out a cross-validation experiment for time series detectors. 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
TSDetectorOptCv class inheriting from sktime BaseDetector similar to the other classes in hyperactive.integrations. Internally, it uses the SktimeDetectorExperiment
It would be nice to have an estimator level integration with detectors in the
sktimepackage.https://github.com/sktime/sktime
This would require:
BaseExperimentdescendant classSktimeDetectorExperimentwhich carries out a cross-validation experiment for time series detectors. 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.pyTSDetectorOptCvclass inheriting fromsktimeBaseDetectorsimilar to the other classes inhyperactive.integrations. Internally, it uses theSktimeDetectorExperiment