plot_lift_chart: Plots lift chart using binary target and model predictions

Description Usage Arguments

View source: R/plotting.R

Description

Plots lift chart using binary target and model predictions

Usage

1
2
3
4
5
plot_lift_chart(target, predictions, breaks_no = 4, cut_by_volume = FALSE,
  xlabel = "Predicted response", ylabel = "Actual conversion ratio",
  title = "Lift chart", file_name = "lift_chart.svg",
  plot_volumes = FALSE, show_plot = TRUE, save_to_file = FALSE,
  return_plot = FALSE)

Arguments

return_plot

m-dz/mdmisc documentation built on May 22, 2019, 12:23 p.m.