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