... sklearn.metrics import mean_absolute_error import numpy as np #加载数据 ... print('RMSE为:',np.sqrt(mean_squared_error(y_test,y_pred))) ...
確定! 回上一頁