AutoShapeShap will convert your scored shap values from CatBoost
AutoShapeShap(
ScoringData = NULL,
Threads = max(1L, parallel::detectCores() - 2L),
DateColumnName = "Date",
ByVariableName = "GroupVariable"
)
Scoring data from AutoCatBoostScoring with classification or regression
Number of threads to use for the parellel routine
Name of the date column in scoring data
Name of your base entity column name
Other Model Evaluation and Interpretation:
CumGainsChart()
,
EvalPlot()
,
ParDepCalPlots()
,
ROCPlot()
,
RedYellowGreen()
,
ResidualPlots()
,
ShapPlot()
,
SingleRowShapeShap()
,
threshOptim()