Description Usage Arguments Value Examples
Return a plot for gains
| 1 | gg_gain(target, score)
 | 
| target | A numeric binary vector (0, 1) | 
| score | A numeric vector containing scores or probabilities | 
the plot
| 1 2 3 4 5 6 | data(predictions)
score <- predictions$score
target <- predictions$target
gg_gain(target, score)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.