当前位置:   article > 正文

随机森林回归和多输出元估计器回归对于多输出数据的回归及效果对比_随机森林回归预测多输出

随机森林回归预测多输出

随机森林回归和多输出元估计器回归对于多输出数据的回归及效果对比

See the source image

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

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/131420
推荐阅读
相关标签
  

闽ICP备14008679号