R/prognosis.R
register_model_pro.Rd
Registers a model function into the internal system environment, making it available for batch execution.
register_model_pro(name, func)
String identifier for the model.
The model training function.