项目作者: confstantine

项目描述 :
implement random forest using pyspark
高级语言: Jupyter Notebook
项目地址: git://github.com/confstantine/pyspark-random-forest.git
创建时间: 2021-05-20T14:42:35Z
项目社区:https://github.com/confstantine/pyspark-random-forest

开源协议:

下载


Random Forest Using Pyspark

  • Implement a base version of random forest from scratch using pyspark to parallelize
  • random forest class is in model/forest
  • CART class is in model/tree