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