load_model: Load model

View source: R/save_load.R

load_modelR Documentation

Load model

Description

Loads a Model from a given trial

Usage

load_model(tuner, trial)

Arguments

tuner

A tuner object

trial

A 'Trial' instance. For models that report intermediate results to the 'Oracle', generally 'load_model' should load the best reported 'step' by relying of 'trial.best_step'

Value

None


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