Add not about squared=False, fixes #361
parent
7cde12c648
commit
9fede98b42
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue