Fix invalid code block in 2-Regression/1-Tools/notebook.ipynb

pull/1032/head
Rohitjana9098 2 days ago
parent 8f564f21a9
commit ab932e8899

@ -5,7 +5,7 @@
"id": "ccd1edc5", "id": "ccd1edc5",
"metadata": {}, "metadata": {},
"source": [ "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"
] ]
}, },
{ {

Loading…
Cancel
Save