Table of Contents | ||
---|---|---|
|
...
This sample demonstrates how a model is generated out of a data set using the logistic regression algorithm. The sample uses a data set to generate a model, which is divided into two sets for training and testing.
Info |
---|
The Logistic Regression algorithm generates a PMML supported model. |
Prerequisites
Follow the steps below to set up the prerequisites before you start.
...
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.