Now apply the best table to new data, that is, use the model for predictions.
Specify the apply data: Create a Data Source Node on the workflow; select the view MINING_DATA_APPLY_V
.
Open the Evaluate and Apply section of the Components Palette. Drag an Apply node to the workflow; name the node PredictHigh
.
ClassBuild
to PredictHigh
, the apply node; also link MINING_DATA_APPLY_V
to PredictHigh
.
Double-click PredictHigh
to open the Apply editor. By default the apply output consists of the prediction and the probability
of the prediction and nothing else.
To add the CUST_ID
column to the Apply output to identify the prediction, follow these steps:
CUST_ID
from Available Attributes to Selected Attributes.To apply the selected NB model to the new data, right-click PredictHigh
and select Run.
Monitor the apply in the Task Manager.
Tell me more about what I see in the GUI
The Next step is to create a table containing the apply results.
Copyright © 2011, 2012, Oracle. All rights reserved.