Description Usage Arguments Examples
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".
1 | fit(mod, hp_space, hp_strategy, calibration, k, metric)
|
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. |
1 | fit()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.