evaluation_stage_validation_plot: Draw a decile validation plot for a classification problem.

Description Usage Arguments Details

View source: R/evaluation_stage.r

Description

This evaluation stage will produce a plot showing performance of the model according to a certain metric described below. The plot will be stored in a PNG file, which the user can control. (See the output option in evaluation_stage).

Usage

1

Arguments

modelenv

environment. The current modeling environment.

Details

The plot will contain the following information:

In other words, the plot describes how "good" the model is at capturing the actual percent of samples with dep_var = 1. The samples whose predicted model score is within the top 10 empirical dep_var = 1, whereas the worst 10 such percentage.


robertzk/syberiaStages documentation built on May 27, 2019, 11:38 a.m.