-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
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.py - a
TSDetectorOptCvclass inheriting fromsktimeBaseDetectorsimilar to the other classes inhyperactive.integrations. Internally, it uses theSktimeDetectorExperiment
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers