Updated infographics

Changed the logistic regression and the multinomial v/s ordinal regression infographics
pull/667/head
Vidushi Gupta 1 year ago committed by GitHub
parent 1cad50dca5
commit 0bcfd5d615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ output:
## Build a logistic regression model - Lesson 4
![Infographic by Dasani Madipalli](../../images/logistic-linear.png){width="600"}
![Logistic vs. linear regression infographic](https://github.com/microsoft/ML-For-Beginners/blob/main/2-Regression/4-Logistic/images/linear-vs-logistic.png)
#### **[Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/15/)**
@ -80,7 +80,7 @@ There are other types of logistic regression, including multinomial and ordinal:
- **Ordinal**, which involves ordered categories, useful if we wanted to order our outcomes logically, like our pumpkins that are ordered by a finite number of sizes (mini,sm,med,lg,xl,xxl).
![Infographic by Dasani Madipalli](../../images/multinomial-ordinal.png){width="600"}
![Multinomial vs ordinal regression](https://github.com/microsoft/ML-For-Beginners/blob/main/2-Regression/4-Logistic/images/multinomial-vs-ordinal.png)
\
**It's still linear**

Loading…
Cancel
Save