Fixing image path

pull/667/head
Carlotta Castelluccio 9 months ago committed by GitHub
parent 72de468c8a
commit 03fc69b5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@
"\n",
"✅ Deepen your understanding of working with this type of regression in this [Learn module](https://learn.microsoft.com/training/modules/introduction-classification-models/?WT.mc_id=academic-77952-leestott)\n",
"\n",
"#### **Prerequisite**\n",
"## Prerequisite\n",
"\n",
"Having worked with the pumpkin data, we are now familiar enough with it to realize that there's one binary category that we can work with: `Color`.\n",
"\n",
@ -88,7 +88,7 @@
"\n",
"- **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).\n",
"\n",
"![Multinomial vs ordinal regression](./images/multinomial-vs-ordinal.png)\n",
"![Multinomial vs ordinal regression](../../images/multinomial-vs-ordinal.png)\n",
"\n",
"#### **Variables DO NOT have to correlate**\n",
"\n",

Loading…
Cancel
Save