Create Table

tell me more icon Tell me more

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).

  1. In the Data section of the Component Palette, click Create Table. Move the cursor to the workflow to the right of HighValue.

  2. Click again.

  3. 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.

  4. 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.

  5. Right-click the Create Table node PREDICTIONS and select Run from the Context menu.

  6. Monitor the execution in Workflow Jobs.

  7. After the execution completes, the predictions are written to the table PREDICTIONS in the account to which you are connected.

  8. To view the table, right-click PREDICTIONS and select View Data.

Similarly, you can save the results of the model details node AttributeProbabilities if you wish.

tell me more icon Tell me more about what I see in the GUI

Next step