预测的数据需要与groudtrue数据进行比对。
回归task一般使用的是均值方差,mean_squared_error
在python的包是
from sklearn.metrics import mean_squared_error
本文介绍如何在回归任务中使用均值平方误差(mean_squared_error)作为评价指标,并提供了Python中使用该指标的具体实现方式。
预测的数据需要与groudtrue数据进行比对。
回归task一般使用的是均值方差,mean_squared_error
在python的包是
from sklearn.metrics import mean_squared_error
1654
4万+

被折叠的 条评论
为什么被折叠?