Skip to content

[ENH] sktime time series regression integration #196

@fkiraly

Description

@fkiraly

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions