Skip to content

Commit

Permalink
adding the latex for RMSE
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael committed Feb 27, 2019
1 parent ae6da96 commit c178c9f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ipynb_checkpoints/Linear Regression-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,13 @@
"- Fit a linear regression model, make the predictions on the test set and calculate the root mean squared error."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"RMSE = $\\sqrt{\\sum(y - \\hat{y})^2}$"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
7 changes: 7 additions & 0 deletions Linear Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,13 @@
"- Fit a linear regression model, make the predictions on the test set and calculate the root mean squared error."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"RMSE = $\\sqrt{\\sum(y - \\hat{y})^2}$"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit c178c9f

Please sign in to comment.