2019-07-08
阅读量:
369
python如何在决策树回归模型中预测新值
python如何在决策树回归模型中预测新值
# predicting a new value
# test the output by changing values, like 3750
y_pred = regressor.predict(3750)
# print the predicted price
print("Predicted price: % d\n"% y_pred)







评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论