bigframes.ml.forecasting.ARIMAPlus.__init__
-
ARIMAPlus.__init__(*, horizon: int = 1000, auto_arima: bool = True, auto_arima_max_order: int | None = None, auto_arima_min_order: int | None = None, data_frequency: str = 'auto_frequency', include_drift: bool = False, holiday_region: str | None = None, clean_spikes_and_dips: bool = True, adjust_step_changes: bool = True, forecast_limit_lower_bound: float | None = None, forecast_limit_upper_bound: float | None = None, time_series_length_fraction: float | None = None, min_time_series_length: int | None = None, max_time_series_length: int | None = None, trend_smoothing_window_size: int | None = None, decompose_time_series: bool = True)[source]