赞
踩
An example to compare multi-output regression with random forest and the multioutput.MultiOutputRegressor meta-estimator.
# 比较多输出回归(回归的目标大于1维度,例如同时回归出股市的收盘价和最高价),对比模型为:随机森林回归模型、多输出回归器;
This example illustrates the use of the multioutput.MultiOutputRegressor meta-estimator to perform multi-output regression. A random forest regressor is used, which supports multi-output regression natively, so the results can be compared.
# 使用多输出回归器进行多输出回归分析,使用了随机森林回归是因为随机森林回归本身支持多输出回归,所以预测的结果比较是有意义的;
The random forest regressor will only ever predict va
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。