The apply results created by PredictHigh
are a data flow, a source of data; you cannot export the results to another application unless you save them
to a table. Use the Create Table node to create a database table that contains the apply results (the model predictions).
In the Data section of the Component Palette, click Create Table.
Move the cursor to the workflow to the right of HighValue
.
Click again.
Connect HighValue
to Create Table node. Click Link in the Data section. Move the cursor to HighValue
; click.
Drag the line to Create Table node; click again.
Data Miner assigns a default name to the table. To name the table PREDICTIONS
,
right-click the node and select Edit. In the Edit Create Table Node dialog, change
Name to PREDICTIONS. Note that the name of the Create Table node also changes to PREDICTIONS.
Right-click the Create Table node PREDICTIONS
and select Run from the Context menu.
Monitor the execution in Workflow Jobs.
After the execution completes, the predictions are written to the table PREDICTIONS
in the account to which you are connected.
PREDICTIONS
and select View Data.Similarly, you can save the results of the model details node AttributeProbabilities
if you wish.
Tell me more about what I see in the GUI
Copyright © 2011, 2012, Oracle. All rights reserved.