utils

Functions

_estimate_n_folds(num_points, horizon, ...)

Estimate number of folds.

_max_n_folds_backtest(pipeline, ...)

Estimate max n_folds for backtest method.

_max_n_folds_forecast(pipeline, context_size)

Estimate max n_folds for forecast method.

estimate_max_n_folds(pipeline, method_name, ...)

Estimate number of folds using provided data and pipeline configuration.

remove_params(params, to_remove)

Select forecast arguments from params.

Classes

MethodsWithFolds(value)

Enum for methods that use n_folds argument.