PredictiveModelingBatchPredictionArgs

Batch Prediction Config for the PREDICTIVE_MODELING problem type

KEY TYPE Description
numberOfSamplesToUseForExplainer int Number Of Samples To Use For Kernel Explainer.
explanationFilterLowerBound float If set explanations will be limited to predictions above this value, Range: [0, 1].
explanationFilterUpperBound float If set explanations will be limited to predictions below this value, Range: [0, 1].
includeMultiClassExplanations bool If True, Includes explanations for all classes in multi-class classification.
forEval bool If True, the test fold which was created during training and used for metrics calculation will be used as input data. These predictions are hence, used for model evaluation.
importanceOfRecordsInNestedColumns str Returns importance of each index in the specified nested column instead of SHAP column explanations.
createMonitor bool Controls whether to automatically create a monitor to calculate the drift each time the batch prediction is run. Defaults to true if not specified.
explainerType enums.ExplainerType The type of explainer to use to generate explanations on the batch prediction.
explainPredictions bool If True, calculates explanations for the predicted values along with predictions.
explanationFilterLabel str For classification problems specifies the label to which the explanation bounds are applied.
outputColumns list A list of column names to include in the prediction result.
featuresConsideredConstantForExplanations str Comma separate list of fields to treat as constant in SHAP explanations.