AutoShapeShap: AutoShapeShap

AutoShapeShapR Documentation

AutoShapeShap

Description

AutoShapeShap will convert your scored shap values from CatBoost

Usage

AutoShapeShap(
  ScoringData = NULL,
  Threads = max(1L, parallel::detectCores() - 2L),
  DateColumnName = "Date",
  ByVariableName = "GroupVariable"
)

Arguments

ScoringData

Scoring data from AutoCatBoostScoring with classification or regression

Threads

Number of threads to use for the parellel routine

DateColumnName

Name of the date column in scoring data

ByVariableName

Name of your base entity column name

Author(s)

Adrian Antico

See Also

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


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