| familiarHyperparameterLearner-class {familiar} | R Documentation |
Hyperparameter learner.
Description
A familiarHyperparameterLearner object is a self-contained model that can be applied to predict optimisation scores for a set of hyperparameters.
Details
Hyperparameter learners are used to infer the optimisation score for sets of hyperparameters. These are then used to either infer utility using acquisition functions or to generate summary scores to identify the optimal model.
Slots
nameName of the familiarHyperparameterLearner object.
learnerAlgorithm used to create the hyperparameter learner.
target_learnerAlgorithm for which the hyperparameters are being learned.
target_outcome_typeOutcome type of the learner for which hyperparameters are being modeled. Used to determine the target hyperparameters.
optimisation_metricOne or metrics used to generate the optimisation score.
optimisation_functionFunction used to generate the optimisation score.
modelThe actual model trained using the specific algorithm, e.g. a isolation forest from the
isotreepackage.target_hyperparametersThe names of the hyperparameters that are used to train the hyperparameter learner.
project_idIdentifier of the project that generated the familiarHyperparameterLearner object.
familiar_versionVersion of the familiar package.
packageName of package(s) required to executed the hyperparameter learner itself, e.g.
laGP.package_versionVersion of the packages mentioned in the
packageattribute.