Logistic Regression(Machine Learning)
Logistic Regression is a Supervised Learning algorithm, used for classification. It is used to predict probability of Target Variable. It produces results in binary format. It uses "Sigmoid Function" to give the outcomes. Just like the sigmoid curve, the outcomes can range from 0 to 1. Categorization is done on the basis of threshold value.
Jun-26-2021, 10:15:15 GMT