TimeSeriesBaselineRegressor.
__init__
Baseline time series regressor 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, np.random.RandomState) – seed for the random number generator