summary.caretList: Summarize a caretList

View source: R/caretList.R

summary.caretListR Documentation

Summarize a caretList

Description

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

Usage

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

Arguments

object

a caretList object

metric

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

...

passed to extractMetric

Value

A data.table with metrics from each model.


caretEnsemble documentation built on Sept. 13, 2024, 1:11 a.m.