fitmodelfamily: This is a generic function that specifically handles fitting...

Description Usage Arguments Examples

Description

This is a generic function that specifically handles fitting for model families. This handles everything that needs to be done when fitting a model family. For objects that are not of a defined class for model families this simply prints "in fitmodel.default".

Usage

1
fitmodelfamily(mod, hp_space, hp_strategy, calibration)

Arguments

mod

The modelfamily object. This will likely be empty in the default case.

hp_space

The hyperparameter space. This specifies the hyperparameters in the model family. This will likely be empty in the default case.

hp_strategy

The hyperparameter strategy. This specifies how the hyperparameters are selected when fitting the model family. This will likely be empty in the default case.

calibration

The calibration. This specifies how each model will be assessed when fitting the model family. This will likely be empty in the default case.

Examples

1

emilyklisa/mli documentation built on May 25, 2019, 5:21 p.m.