Send model insights to pdf
CatBoostPDF(
ModelType = "regression",
TrainOnFull. = TrainOnFull,
SaveInfoToPDF. = SaveInfoToPDF,
EvaluationPlot. = EvaluationPlot,
EvaluationBoxPlot. = EvaluationBoxPlot,
ParDepPlots. = ParDepPlots,
ParDepBoxPlots. = ParDepBoxPlots,
EvalMetrics. = EvalMetrics,
VariableImportance. = VariableImportance,
Interaction. = Interaction,
model_path. = model_path,
metadata_path. = metadata_path
)
'regression', 'classification', 'multiclass', or 'vector'
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Other CatBoost Helpers:
CatBoostArgsCheck()
,
CatBoostClassifierParams()
,
CatBoostDataConversion()
,
CatBoostDataPrep()
,
CatBoostEvalPlots()
,
CatBoostFinalParams()
,
CatBoostImportances()
,
CatBoostMultiClassParams()
,
CatBoostParameterGrids()
,
CatBoostRegressionParams()
,
CatBoostRemoveFiles()
,
CatBoostValidationData()