Generate evaluation plots
ML_EvalPlots(
ModelType = "classification",
TrainOnFull. = TrainOnFull,
LossFunction. = LossFunction,
EvalMetric. = EvalMetric,
EvaluationMetrics. = EvaluationMetrics,
ValidationData. = ValidationData,
NumOfParDepPlots. = NumOfParDepPlots,
VariableImportance. = VariableImportance,
TargetColumnName. = TargetColumnName,
FeatureColNames. = FeatureColNames,
SaveModelObjects. = SaveModelObjects,
ModelID. = ModelID,
metadata_path. = metadata_path,
model_path. = model_path,
predict. = predict
)'classification', 'multiclass', 'regression', or 'vector'
Passthrough
Passthrough regression
Passthrough regression
Passthrough regression
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Other Model Evaluation and Interpretation:
AutoLimeAid(),
EvalPlot(),
LimeModel(),
ParDepCalPlots(),
ROCPlot(),
RedYellowGreen(),
VI_Plot(),
threshOptim()