prayagsurendran / C4.5-using-hadoop-map-reduce-framework
C4.5 is a commonly used in decision tree algorithm in data mining for classification. The existing C4.5 algorithm implementation is running in serial way. We are implementing this algorithm using Hadoop MapReduce framework which can run parallel in multiple system.
☆14Updated 10 years ago
Alternatives and similar repositories for C4.5-using-hadoop-map-reduce-framework:
Users that are interested in C4.5-using-hadoop-map-reduce-framework are comparing it to the libraries listed below
- movie recommendation demo using collaborative filtering and lfm(spark mllib ALS)☆95Updated 8 years ago
- 京东借贷需求预测