DataRobot Predict Tool

The DataRobot Predict Tool allows you to integrate predictions into your workflow in Alteryx.

Overview

Configuration

DataRobot Connection Options

Advanced Options

DataRobot Deployment Options

DataRobot Model Options

Inputs

The tool requires a single input identifying the data to send for scoring. All of the data will be sent to your DataRobot model and prediction results returned.

This tool will not finish executing until all of the predictions have been made.

Outputs

This tool will output the prediction results and prediction explanations you have requested. Deployments may also be configured to return additional features you want passed through to downstream tools. Note: this data will not include the raw data that the predictions were made on, but it could be joined to the raw data using the Alteryx Join Tool and selecting the by Record Position option).

For binary classification predictions: if the prediction was made using a deployment, the output will contain the same positive and negative classes that were used during modeling (e.g if 'yes' and 'no' were used in modeling, the tool will return 'yes' and 'no'). If the prediction was made using a model, the output will return 'True' or 'False', regardless of the positive and negative class used during modeling (e.g if 'yes' and 'no' were used in modeling, the tool will return 'True' and 'False').

v4.1.5