PersonalizationBatchPredictionArgs

Batch Prediction Config for the PERSONALIZATION problem type

KEY TYPE Description
itemAttributesToIncludeInTheResult list List of columns to include in the prediction output.
scoreField str If specified, relative item scores will be returned using a field with this name
numberOfItems int Number of items to recommend.
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.