:py:mod:`ForeTiS.model.averagehistorical` ========================================= .. py:module:: ForeTiS.model.averagehistorical Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: ForeTiS.model.averagehistorical.AverageHistorical .. py:class:: AverageHistorical(optuna_trial, datasets, featureset_name, pca_transform, target_column, optimize_featureset) Bases: :py:obj:`ForeTiS.model._baseline_model.BaselineModel` Implementation of a class for AverageHistorical. 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.