View source: R/predict_models_all.R
predict_models_all | R Documentation |
Predictions for a list of models with multiple occurrences of the same types of models
predict_models_all(models, data, y, type)
models |
A list of models trained by 'train_models()' function. |
data |
A test data for models created by 'prepare_data()' function. |
y |
A string that indicates a target column name. |
type |
A string that determines if Machine Learning task is the 'binary_clf', 'regression', 'survival', or 'multiclass' task. |
A list of predictions for every engine without names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.