ezr.get_clf_metric_table: Get Threshold Classification Metric Table

Description Usage Arguments Details Value

Description

Get the classification metric table from H2O's metrics$thresholds_and_metric_scores. This has all of the various TPR, FPR, accuracy, F1, etc metrics. The inputs are a binary response of 0 and 1 and a numerical predictor. It returns a dataframe.

Usage

1
ezr.get_clf_metric_table(dataset, binary_response, predictor)

Arguments

dataset

dataframe

binary_response

the target/truth/response

predictor

the numerical predictor

Details

The resulting dataframe and then be plotted as needed.

Value

A dataframe with all the various classification metrics.


jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.