Table of Contents | ||
---|---|---|
|
...
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 |
Viewing the model summary
...
Log in to the ML UI from your Web browser using
admin/admin
credentials and the following URL: https://<ML_HOST>:<ML_PORT>/mlClick the Projects button as shown below.
- Click MODELS button of the new analysis which you created by executing the sample as shown below.
- Click VIEW of the built new model as shown below.
- You view the summary of the built model as shown below.
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.