Skip to content

zhangchiyu10/spark.mllib.RandomForest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spark.mllib.RandomForest

Random Forest is one of the most famous algorithms in Data Mining and Machine Learning. This package is based on Spark and implemented in scala. The main function is in RandomForest.scala.

We use XML file to store the decision tree model and describe the attribute (name and type). A random forest is consist of several un-pruning decision trees. Every tree can deal with categorical and numerical attribute.It can also deal with data with missing values.

The XML file describing the attributes is like follows: age sex psych

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages