Score Tool

Predict the target for both R and Python models.

Input an R or Python model object and a data stream that represents the column names and data types in the model object.

Alteryx gives you the option to include the Score tool when you output a model as part of assisted modeling within the Modeling tool.

The Score Tool creates an estimate of a target variable by applying an R or Python model to a set of supplied predictor variables. If the target variable is categorical, it provides probabilities that a record (based on the predictor variable) belongs to each category. If the target variable is continuous, it estimates the target variable’s value. Although it can be used to assess model performance, it does not do so on its own.

Model type

The Score tool can evaluate models from the following locations:

  • Local Model: Select Local Model to select a model from a local machine or a database.
  • Promote Model: Select Promote Model to select a model that is stored in the Alteryx Promote model management system.