Update 2_1_Supervised_Learning.ipynb

This commit is contained in:
Pietro Monticone
2023-10-30 17:01:44 +01:00
parent 8c2e3f71e8
commit 6eb5986784

View File

@@ -31,7 +31,7 @@
"source": [
"# Notebook 2.1 Supervised Learning\n",
"\n",
"The purpose of this notebook is to explore the linear regression model dicussed in Chapter 2 of the book.\n",
"The purpose of this notebook is to explore the linear regression model discussed in Chapter 2 of the book.\n",
"\n",
"Work through the cells below, running each cell in turn. In various places you will see the words \"TO DO\". Follow the instructions at these places and write code to complete the functions. There are also questions interspersed in the text.\n",
"\n",