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.
If you do not want to see this page the next time that you launch the wizard, uncheck the Show this page next time box.
For more information about Predict, see Predictive Analytics.
Click Next to continue.
Copyright © 2005, Oracle. All rights reserved.