Python Regression Tree Forest:CART回归树和随机森林的Python实现
Python-回归-树-森林回归树和随机森林的Python实现。参见Breiman等人的“分类和回归树”。 (1984)。 Regression_tree_cart.py模块包含在给定一些训练数据的情况下增长和使用回归树的函数。 Football_parserf.py是regression_tree_cart.py的一个示例实现,它根据NFL球员上一年的统计数据预测他们的幻想点数。数据存储在football.csv中。 random_forest.py模块包含生成随机森林并将其用于预测的函数。 Football_forest.py是random_forest.py的一个示例实现。
文件列表
Python-Regression-Tree-Forest-master.zip
(预估有个8文件)
Python-Regression-Tree-Forest-master
football_parserf.py
2KB
.gitignore
485B
regression_tree_cart.py
11KB
README.md
690B
football.csv
79KB
random_forest.py
951B
.gitattributes
483B
football_forest.py
1KB
暂无评论