predict_models_all: Predictions for a list of models with multiple occurrences of...

View source: R/predict_models_all.R

predict_models_allR Documentation

Predictions for a list of models with multiple occurrences of the same types of models

Description

Predictions for a list of models with multiple occurrences of the same types of models

Usage

predict_models_all(models, data, y, type)

Arguments

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.

Value

A list of predictions for every engine without names.


ModelOriented/forester documentation built on June 6, 2024, 7:29 a.m.