| familiarHyperparameterLearner-class | R Documentation |
A familiarHyperparameterLearner object is a self-contained model that can be applied to predict optimisation scores for a set of hyperparameters.
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.
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 isotree package.
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 package
attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.