HyperModel_class: HyperModel

View source: R/Hyperclass.R

HyperModel_classR Documentation

HyperModel

Description

Defines a searchable space of Models and builds Models from this space.

Usage

HyperModel_class(name = NULL, tunable = TRUE)

Arguments

name

The name of this HyperModel.

tunable

Whether the hyperparameters defined in this hypermodel should be added to search space. If 'FALSE', either the search space for these parameters must be defined in advance, or the default values will be used.

Value

None


kerastuneR documentation built on Sept. 4, 2023, 1:06 a.m.