Skip to content

Commit 46e6aca

Browse files
modify flow of MSE sentence to follow simpler structure as sugested
1 parent 9b6eebd commit 46e6aca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

individual_modules/introduction_to_machine_learning/1_linear_regression.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
"source": [
707707
"### What does \"best\" mean?\n",
708708
"\n",
709-
"When we trained our linear model, we needed to define a cost function. We will talk a bit more about these later, but for a linear model, we commonly use the Root Mean Squared Error ($RMSE$), or just the Mean Squared Error, or $MSE$:\n",
709+
"When we trained our linear model, we needed to define a cost function. We will talk a bit more about these later, but for a linear model, we commonly use the Root Mean Squared Error ($RMSE$), or just the Mean Squared Error ($MSE$):\n",
710710
"\n",
711711
"$$\n",
712712
"MSE = \\frac{1}{n} \\sum_{i=1}^{n} (y_i - \\hat{y}_i)^2\n",
@@ -1351,7 +1351,7 @@
13511351
],
13521352
"metadata": {
13531353
"kernelspec": {
1354-
"display_name": "cfrr",
1354+
"display_name": "Python 3 (ipykernel)",
13551355
"language": "python",
13561356
"name": "python3"
13571357
},
@@ -1365,9 +1365,9 @@
13651365
"name": "python",
13661366
"nbconvert_exporter": "python",
13671367
"pygments_lexer": "ipython3",
1368-
"version": "3.13.0"
1368+
"version": "3.9.19"
13691369
}
13701370
},
13711371
"nbformat": 4,
1372-
"nbformat_minor": 2
1372+
"nbformat_minor": 4
13731373
}

0 commit comments

Comments
 (0)