PresplitFilesCV

class sktime.series_as_features.model_selection.PresplitFilesCV(cv=None)[source]

Cross-validation iterator over split predefined in files.

This class is useful in orchestration where the train and test set is provided in separate files.

__init__(cv=None)[source]

Initialize self. See help(type(self)) for accurate signature.