Learn R Programming

lares (version 4.8.4)

dfr: Dataset: Results for AutoML Predictions

Description

List with categorical (2 and 3 classes) and continuous predictions, generated with h2o_automl() and the dft Titanic dataset. Data.frames contain the actual values and model's predictions over the test set observations.

Usage

data(dfr)

Arguments

Format

An object of class "list" with 3 "data.frame"

class2

Predictions for a Binomial Classification Model

class3

Predictions for a Multi-Categorical Classification Model

regr

Predictions for a Continuous Regression Model

See Also

Other Dataset: dfl, dft

Examples

Run this code
# NOT RUN {
data(dfr)
lapply(dfr, head)
# }

Run the code above in your browser using DataLab