Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3

...

Once the sample is successfully executed, you can view the summary and the prediction of the model as described below.

 

Info

By default, the sample generates the model in the <ML_HOME>/models/  directory of your machine. For example, the generated file is in the following format denoting the date and time when it was generated:  wso2-ml-decision-tree-sample-analysis.Model.2015-09-03_11-01-46

Viewing the model summary

...

  1. Log in to the ML UI from your Web browser using admin/admin credentials and the following URL: https://<ML_HOST>:<ML_PORT>/ml

  2. Click the Projects button as shown below.
    click Projects buttonImage Added

  3. Click MODELS button of the new analysis which you created by executing the sample as shown below.
    select modelImage Added
  4. Click VIEW of the built new model as shown below.
    view modelImage Added
  5. You view the summary of the built model as shown below.
    model summaryImage Added

Viewing the model predicition

The sample executes the generated model on the  <ML_HOME>/samples/default/decision-tree/prediction-test data set, and it prints the value ["1"] as the prediction result In the CLI logs.