Add not about squared=False, fixes #361

main
Aurélien Geron 2021-03-01 22:18:40 +13:00
parent 7cde12c648
commit 9fede98b42
1 changed files with 7 additions and 0 deletions

View File

@ -1219,6 +1219,13 @@
"lin_rmse" "lin_rmse"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Note**: since Scikit-Learn 0.22, you can get the RMSE directly by calling the `mean_squared_error()` function with `squared=False`."
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 88, "execution_count": 88,