From 94e5d4c2176c22a3614f89c13f3d988c9c9b89d3 Mon Sep 17 00:00:00 2001 From: Carlotta Castelluccio <82521518+carlotta94c@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:38:43 +0200 Subject: [PATCH] Fixing image path --- 2-Regression/4-Logistic/solution/R/lesson_4-R.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-Regression/4-Logistic/solution/R/lesson_4-R.ipynb b/2-Regression/4-Logistic/solution/R/lesson_4-R.ipynb index 23428b648..5800279f9 100644 --- a/2-Regression/4-Logistic/solution/R/lesson_4-R.ipynb +++ b/2-Regression/4-Logistic/solution/R/lesson_4-R.ipynb @@ -6,7 +6,7 @@ "source": [ "## Build a logistic regression model - Lesson 4\n", "\n", - "![Logistic vs. linear regression infographic](https://github.com/microsoft/ML-For-Beginners/blob/main/2-Regression/4-Logistic/images/linear-vs-logistic.png)\n", + "![Logistic vs. linear regression infographic](../images/linear-vs-logistic.png)\n", "\n", "#### **[Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/15/)**\n", "\n",