:py:mod:`ForeTiS.model.gprtf` ============================= .. py:module:: ForeTiS.model.gprtf Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: ForeTiS.model.gprtf.Gpr .. py:class:: Gpr(optuna_trial, datasets, featureset_name, optimize_featureset, pca_transform = None, target_column = None) Bases: :py:obj:`ForeTiS.model._tensorflow_model.TensorflowModel` Implementation of a class for Gpr. See :obj:`~ForeTiS.model._base_model.BaseModel` for more information on the attributes.