extract_measures: Extract measures from list of models

Description Usage Arguments Details Value Author(s) See Also

Description

Generates tibble of measures

Usage

1
extract_measures(models, test_x, test_y)

Arguments

models

List of models of class train

test_x

'data.frame' or 'tibble'. explanitory variables

test_y

'vector' target variable

Details

This is a function that gives a list of measures of how well certain models did. It's used within the get_performance.

Value

This function returns a tibble of measures by model

Author(s)

"Dallin Webb <dallinwebb@byui.edu>"

See Also

confusionMatrix


BYUIDSS/BYUImachine documentation built on May 3, 2019, 5:22 p.m.