decile_chart: Plot the decile chart for the binary predictions.

Description Usage Arguments Examples

View source: R/lift_chart.R

Description

Plot the decile chart for the binary predictions.

Usage

1
decile_chart(table, bin_number = 10)

Arguments

table

The data.frame with two columns named by y and yhat.

bin_number

default 10. The binning set number.

Examples

1
## Not run: decile_chart(add2evaluation::df, bin_number = 10)

JiaxiangBU/add2evaluation documentation built on Jan. 21, 2020, 7:05 a.m.