Skip to content

Commit

Permalink
Fixing image path
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotta94c authored Sep 25, 2023
1 parent 72de468 commit 03fc69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2-Regression/4-Logistic/solution/R/lesson_4-R.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 03fc69b

Please sign in to comment.