-
Notifications
You must be signed in to change notification settings - Fork 65
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 time series regressors in the sktime package.
https://github.com/sktime/sktime
This would require:
- a
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.py - a
TSROptCvclass inheriting fromsktimeBaseRegressorsimilar to the other classes inhyperactive.integrations. Internally, it uses theSktimeRegressionExperiment
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers