Table of Contents | ||
---|---|---|
|
...
Navigate to
<ML_HOME>/samples/default/linear-regression/
directory using the CLI.Tip <ML_HOME>
refers to the downloadedproduct-ml
directory with the source code of the product.- Execute the following command to execute the sample: ./
model-generation.sh
...
Info |
---|
By default , the sample generates the model in the |
...
Viewing the model prediction
The sample executes the generated model on the <ML_HOME>/samples/default/
decisionlinear-
treeregression/prediction-test
data set, and it prints the value [
"1" ]
as 0.6708022589745234]
as the prediction result In the CLI logs.