:py:mod:`ForeTiS.model.arima` ============================= .. py:module:: ForeTiS.model.arima Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: ForeTiS.model.arima.Arima .. py:class:: Arima(optuna_trial, datasets, featureset_name, optimize_featureset, current_model_name = None, target_column = None, pca_transform = None) Bases: :py:obj:`ForeTiS.model._stat_model.StatModel` Implementation of a class for a (Seasonal) Autoregressive Integrated Moving Average ((S)ARIMA) model. See :obj:`~ForeTiS.model._base_model.BaseModel` for more information on the attributes. .. py:method:: define_model() Definition of the actual prediction model. See :obj:`~ForeTiS.model._base_model.BaseModel` for more information. .. py:method:: define_hyperparams_to_tune() See :obj:`~ForeTiS.model._base_model.BaseModel` for more information on the format.