-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
78 lines (43 loc) · 1.96 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
BoostingPL - Scalable and Parallel Boosting with MapReduce
What is BoostingPL?
BoostingPL is a scalable and parallel machine learning tools for Boosting
(What is Boosting? http://en.wikipedia.org/wiki/Boosting).
This Project is based on this paper:
Indranil Palit and Chandan K. Reddy, "Scalable and Parallel Boosting
with MapReduce", IEEE Transactions on Knowledge and Data Engineering
(TKDE), 2012.
If you want to know the theory and demonstration of algorithms in BoostingPL
, this paper provides references for further reading.
BoostingPL use the classifiers in WEKA(http://www.cs.waikato.ac.nz/ml/weka/)
as weak classifiers, so it depends on weka.
The MapReduce platform we used is Apache Hadoop(http://hadoop.apache.org/)
, which is an opensource project and is more popular than other
implementations of MapReduce. You can deploy it on Amazon EC2 or your own
cluster.
The cgl-mapreduce version for BoostingPL is also vailable from the TKDE paper
authors, you can download "CGL-MapReduce-BoostingPL.zip" in "extra/" directory.
This cgl-mapreduce version depends on these libraries: Weka, twister-0.8,
NaradaBrokering-4.2.2. You can download these from source websites.
BoostingMR( https://github.com/Ranler/boostingMR ): another project which
provide an simple web-based interface for hadoop MR jobs.
License:
BoostingPL is open source software issued under the GNU General Public
License (GPLv3). See the LICENSE included in this directory for more
information.
Boosting Classifiers:
At present we have implemented these classifiers:
* Boosting Classifiers
- AdaBoost
- AdaBoostPL
- LogitBoost
- LogitBoostPL
* Weak Classifiers:
- DecisionStump
A Simple Testing for AdaBoostPL:
https://github.com/Ranler/boostingPL/wiki/A-Simple-Testing-for-AdaBoostPL
Getting Started:
See http:///
Documentation:
See http:///
Experimental Results:
See http:///