Learn R Programming

kerastuneR (version 0.1.0.2)

HyperModel_class: HyperModel

Description

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

Usage

HyperModel_class()

Arguments

Value

None

Details

# Attributes: 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.