Table of Contents | ||
---|---|---|
|
...
Navigate to
<ML_HOME>/samples/default/logisitc-regression/
directory using the CLI.- Execute the following command to execute the sample: ./
model-generation.sh
...
Analyzing the
...
output
Once the sample is successfully executed, you can view the summary and the prediction of the model as described below.
...
Viewing the model prediction
The sample executes the generated model on the <ML_HOME>/samples/default/logistic-regression/prediction-test
data set, and it prints the value ["0"
]
as the prediction result In the CLI logs.