python机器学习案例系列教程——模型评估总结

全栈工程师开发手册 (作者:栾鹏) python数据挖掘系列教程 回归评估指标 均方误差(MSE) MSE (Mean Squared Error)叫做均方误差。看公式 1m∑i=1m(yi−f(xi))2 1 m ∑ i = 1 m ( y i − f ( x i ) ) 2 均方根误差(RMSE) RMSE(Root Mean Squard Error)均方根误差。 1m∑i=1m(yi−f(
相关文章
相关标签/搜索