ForeTiS.model.gprtf

Module Contents

Classes

Gpr

Implementation of a class for Gpr.

class ForeTiS.model.gprtf.Gpr(optuna_trial, datasets, featureset_name, optimize_featureset, pca_transform=None, target_column=None)

Bases: ForeTiS.model._tensorflow_model.TensorflowModel

Implementation of a class for Gpr.

See BaseModel for more information on the attributes.

Parameters:
  • optuna_trial (optuna.trial.Trial) –

  • datasets (list) –

  • featureset_name (str) –

  • optimize_featureset (bool) –

  • pca_transform (bool) –

  • target_column (str) –