summary.ModelComparison: Gives a summary of the models used in the ModelComparison...

Description Usage Arguments Value Examples

View source: R/ModelGeneration.R

Description

Gives a summary of the models used in the ModelComparison object

Usage

1
2
## S3 method for class 'ModelComparison'
summary(object, extra = TRUE, ...)

Arguments

object

the ModelComparison object to summarize

extra

a boolean value on whether accuracy values will be returned, if present. By default this value is TRUE

...

Other arguments, if needed

Value

NULL, only prints out

Examples

1
2
3
4
5
6
# load the csv file for the dataset "titanic"
# titanic <- PrepareNumericTitanic()
# create the ModelComparison object by passing in the training set and training labels
# comp <- GetModelComparisons(titanic[, -1], titanic[, 1])
# predict by passing in the new df for the object to predict on
# summary(comp)

orionw/BestModel documentation built on Aug. 17, 2019, 7:29 p.m.