Series-as-features tools#

The sktime.series_as_features module contains algorithms and composition tools that are shared by the classification and regression modules.

Series-as-features estimators.

Model selection#

PresplitFilesCV([cv])

Cross-validation iterator over split predefined in files.

SingleSplit([test_size, train_size, ...])

Helper class for orchestration that uses a single split for training and testing.