Logistic regression is a widely used classification machine learning algorithm, which is used to estimate the probability of an event. Although the name of logistic regression is "regression", it is actually a classification method, mainly used for binary classification problems, that is, there are only two outputs, representing two categories, for example, we want to predict whether a patient will recover, whether customers will buy products and so on.

The data training procedure of the logistic regression method is carried out by the method, and a model can be obtained according to the data characteristics, and then the model is used for prediction.

 

When creating a logistic regression training task, you need to set the following parameters:

 

After executing the training task, the following result parameter is output: