dfr {lares}R Documentation

Results for AutoML Predictions

Description

List with categorical (2 and 3 classes) and continuous predictions, generated with h2o_automl() and the dft. Note that the models per se won't work to predict.

Usage

data(dfr)

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

Value

List

See Also

Other Dataset: dft

Examples

data(dfr)
lapply(dfr, head)

[Package lares version 5.2.7 Index]