MetaModelCV
BaseModelBreakdownCV.
Method generated by attrs for class WalkForwardCV.
Ancestors
systematica.walk_forward.cv.WalkForwardCVsystematica.walk_forward.base.BaseWalkForwardabc.ABCsystematica.generic.base.Modelsystematica.generic.base.Feature
Methods
score
cross_val_score to evaluate the
performance of an estimator on a given dataset using cross-validation.
See Also:
cross_validate: To run cross-validation on multiple metrics and also to return train scores, fit times and score times.cross_val_predict: Get predictions from each split of cross-validation for diagnostic purposes.sklearn.metrics.make_scorer: Make a scorer from a performance metric or loss function.
Returns:
MetaModelRolling
BaseWalkForward.
Method generated by attrs for class RollingWalkForward.
Ancestors
systematica.walk_forward.rolling.RollingWalkForwardsystematica.walk_forward.base.BaseWalkForwardabc.ABCsystematica.generic.base.Modelsystematica.generic.base.Feature

