TimeSeriesBaselineEstimator.
__init__
Baseline time series estimator that predicts using the naive forecasting approach.
gap (int) – Gap between prediction date and target date and must be a positive integer. If gap is 0, target date will be shifted ahead by 1 time period.
random_state (int) – Seed for the random number generator. Defaults to 0.