fit: This is a generic function for fit. It can be called on...

Description Usage Arguments Examples

Description

This is a generic function for fit. It can be called on objects of any class. For objects that are not models or model family's it simply prints a message stating that you are "in fit.default".

Usage

1
fit(mod, hp_space, hp_strategy, calibration, k, metric)

Arguments

mod

The model or model family object. This will likely be empty in the default case.

hp_space

The hyperparameter space. This will likely be empty in the default case.

hp_strategy

The hyperparameter strategy. This will likely be empty in the default case.

calibration

The calibration. This will likely be empty in the default case.

k

The k value. This will likely be empty in the default case.

metric

The metric. This will likely be empty in the default case.

Examples

1
fit()

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