Learn R Programming

funModeling (version 1.8)

mplot_cuts: Cuts by quantiles for score plot

Description

This function cuts by quantiles any score or prediction

Usage

mplot_cuts(score, splits = 10, model_name = NA, subtitle = NA,
  table = FALSE, save = FALSE, subdir = NA,
  file_name = "viz_ncuts.png")

Arguments

score

Vector. Predicted value or model's result

splits

Integer. Numer of separations to plot

model_name

Character. Model's name

subtitle

Character. Subtitle to show in plot

table

Boolean. Do you wish to return a table with results?

save

Boolean. Save output plot into working directory

subdir

Character. Sub directory on which you wish to save the plot

file_name

Character. File name as you wish to save the plot

See Also

Other Machine Learning: ROC, mplot_cuts_error, mplot_density, mplot_full, mplot_lineal, mplot_metrics, mplot_roc, mplot_splits

Other Visualization: mplot_cuts_error, mplot_density, mplot_full, mplot_lineal, mplot_metrics, mplot_roc, mplot_splits, theme_lares2, theme_lares