Skip to content

ductrung-nguyen/SPARK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

This repository is contains packages that helps building two kinds of tree models: Classification Tree and Regression Tree on the scalable enviroment with platform SPARK.

Paricularly, Regression Tree is implemented from CART algorithm of Breiman, which was introduced in 1984. Classification Tree has two types: Binary Classification Tree (implemented by CART ) and Multi-way Classification Tree (built by ID3).

Besides, you can do cross validation to prune tree models or use Random Forest to aggregate and increase the accuracy of prediction.

You can find some information about our work here:

  1. Overview about decision tree

  2. Regression Tree with CART algorithm

  3. How to use Regression Tree in this repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages