CumGainsChart: CumGainsChart

CumGainsChartR Documentation

CumGainsChart

Description

Create a cumulative gains chart

Usage

CumGainsChart(
  data = NULL,
  PredictedColumnName = "p1",
  TargetColumnName = NULL,
  NumBins = 20,
  SavePlot = FALSE,
  Name = NULL,
  metapath = NULL,
  modelpath = NULL
)

Arguments

data

Test data with predictions. data.table

PredictedColumnName

Name of column that is the model score

TargetColumnName

Name of your target variable column

NumBins

Number of percentile bins to plot

SavePlot

FALSE by default

Name

File name for saving

metapath

Path to directory

modelpath

Path to directory

Author(s)

Adrian Antico

See Also

Other Model Evaluation and Interpretation: AutoShapeShap(), EvalPlot(), ParDepCalPlots(), ROCPlot(), RedYellowGreen(), ResidualPlots(), SingleRowShapeShap(), threshOptim()


AdrianAntico/RemixAutoML documentation built on Feb. 3, 2024, 3:32 a.m.