Learn R Programming

caretEnsemble (version 4.0.1)

summary.caretList: Summarize a caretList

Description

This function summarizes the performance of each model in a caretList object.

Usage

# S3 method for caretList
summary(object, metric = NULL, ...)

Value

A data.table with metrics from each model.

Arguments

object

a caretList object

metric

The metric to show. If NULL will use the metric used to train each model

...

passed to extractMetric