From ab932e889938cf0b6e9ba0807bc0cf824f683773 Mon Sep 17 00:00:00 2001 From: Rohitjana9098 Date: Thu, 10 Sep 2026 23:45:34 +0530 Subject: [PATCH] Fix invalid code block in 2-Regression/1-Tools/notebook.ipynb --- 2-Regression/1-Tools/notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-Regression/1-Tools/notebook.ipynb b/2-Regression/1-Tools/notebook.ipynb index 182f56d8c..10153b837 100644 --- a/2-Regression/1-Tools/notebook.ipynb +++ b/2-Regression/1-Tools/notebook.ipynb @@ -5,7 +5,7 @@ "id": "ccd1edc5", "metadata": {}, "source": [ - "#### In order to create a regression model using the Linnerud dataset, you first load the data, then select one of the exercise variables (for example, sit-ups) as the input feature and one of the physiological variables (for example, waistline) as the output variable, fit a regression model such as LinearRegression, and then assess it and, if desired, plot the relationship; you carry out this procedure for each combination of exercise and physiological variables that you are interested in.\n" + "### In order to create a regression model using the Linnerud dataset, you first load the data, then select one of the exercise variables (for example, sit-ups) as the input feature and one of the physiological variables (for example, waistline) as the output variable, fit a regression model such as LinearRegression, and then assess it and, if desired, plot the relationship; you carry out this procedure for each combination of exercise and physiological variables that you are interested in.\n" ] }, {