Extract Model Details

tell me more icon Tell me more

Extract details of the best model. Model details for a Naive Bayes model consist of conditional probabilities and priors for attributes used to build the model.

  1. In the Component Palette, expand the Models section.

    If the Component Palette is not open, select View > Component Palette in the menu bar.

  2. Click the Model Details icon; move the mouse to the workflow and click again.

  3. The model details node is created. Rename the node AttributeProbabilities by selecting the name and typing the new name.

  4. Right-click ClassBuild, the classification node. Select Connect and connect ClassBuild to AttributeProbabilities.

  5. AttributeProbabilities is ready to run. Right-click AttributeProbabilities and select Run. Monitor the progress of the build in the Workflow Jobs.

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

  6. After the task completes, you can view the information in AttributeProbabilities by right-clicking the node and selecting View Data.

This operation extracts model details for the Naive Bayes model (and no other models) because the Naive Bayes model is the only model in the model node with a green arrow pass to subsequent nodes in the Output column of the Classification node Property Inspector.

The cue cards icon Next step is to apply the selected model.