extractBestPreds {caretEnsemble}R Documentation

Extract the best predictions from a list of train objects

Description

Extract predictions for the best tune from a list of caret models

Usage

extractBestPreds(list_of_models)

Arguments

list_of_models

an object of class caretList or a list of caret models


[Package caretEnsemble version 2.0.3 Index]