From 3a7f8b01b926bfdf24aa9b8301f9c1c9f1c15750 Mon Sep 17 00:00:00 2001 From: Shimon Lyons Date: Sun, 3 Oct 2021 21:33:21 +0300 Subject: [PATCH] formatting --- 2-Regression/1-Tools/notebook.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/2-Regression/1-Tools/notebook.ipynb b/2-Regression/1-Tools/notebook.ipynb index f3b49f08..fdaae18f 100644 --- a/2-Regression/1-Tools/notebook.ipynb +++ b/2-Regression/1-Tools/notebook.ipynb @@ -40,6 +40,7 @@ "metadata": {}, "source": [ "X = the set of attributes - age, sex, bmi, bp, and 6 medical measurements\n", + "\n", "y = the target - a quantitative measure of disease progression one year after baseline" ] },