Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 895 Bytes

regression-linear-and-logistic-regression.md

File metadata and controls

10 lines (8 loc) · 895 Bytes

Regression. Linear and Logistic Regression

Lab. Create Regression Model with Azure ML Designer

Difference between Linear and Logistic

Logistic fits better in scenarios when you need to answer yes or no.

Multi-class Logistic Regression

Microsoft learn doc
Logistic regression is a well-known method in statistics that is used to predict the probability of an outcome, and is popular for classification tasks. The algorithm predicts the probability of occurrence of an event by fitting data to a logistic function. In multiclass logistic regression, the classifier can be used to predict multiple outcomes.