Simulation Scoring Tool

The Simulation Scoring tool takes a sample from an approximation of a model object error distribution. Whereas standard scoring attempts to predict the mean predicted value, Simulation Scoring also considers the error distribution to provide a range of possible values.

This tool uses the R tool. Go to Options > Download Predictive Tools and sign in to the Alteryx Downloads and Licenses portal to install R and the packages used by the R Tool.

Connect inputs

Configure the tool

  • Name results of score simulation: The field name for the generated results. The field name must start with a letter and may contain letters, numbers, and the special characters period(".") and underscore ("_"). Note that R is case-sensitive.
  • The number of records to score at a time: The tool can break the input data into chunks, score a chunk at a time, and thereby avoid R's in-memory processing limitation. This option controls the maximal number of incoming records contained in each chunk of data.
  • How many samples from error distribution per iteration: The number of draws from the model's error distribution for each incoming record.
  • Set Random Seed: (Optional) Specify a random seed. This option is hidden if there is a seed field in the data to be scored.

View the output

  • D anchor: The data to be scored, along with the simulated score.