Users
Developers
About
sktime.forecasting.model_selection.
CutoffSplitter
Manual window splitter to split time series at given cutoff points.
cutoffs (np.array) – cutoff points, positive and integer-index like, usable with pandas .iloc[] indexing
fh (int, list or np.array) –
window_length (int) –
__init__
Initialize self. See help(type(self)) for accurate signature.