Welcome to the Predict Wizard

Predict accepts a table or view and a target column as input and then predicts the value of the target column. The predictions are returned in a table.

Predict requires that the input table contain some existing values of the target column, that is, not all of the values of the target column can be NULL. Predict uses the existing values from the input data to train the models. Predict generates predictions for all records in the input data. Predicted values for existing values may be interesting in some situations, for example, to perform deviation analysis.

The output of Predict is a table with three columns: the Case Id attribute name, the PREDICTION of the target value for the Case Id, and the PROBABILITY of the prediction.

For more information about Predict, see Predictive Analytics.

Note: For Predict, the Case ID attribute must be of datatype NUMBER or FLOAT.

If you do not want to see this page the next time that you launch the wizard, check the Skip this Page Next Time box.

Click Next to continue.