huawei-noah / streamDM

Stream Data Mining Library for Spark Streaming
http://streamdm.noahlab.com.hk/
Apache License 2.0
492 stars 147 forks source link

Implement Random Forest for Classification #105

Closed hmgomes closed 6 years ago

hmgomes commented 6 years ago

Enhancement template

Description

Implement the random forest algorithm for classification.

Resources

The implementation shall be based on existing random forest algorithms, such as the AdaptiveRandomForest implemented in MOA (available in here). Related papers: Gomes, Heitor M., et al. "Adaptive random forests for evolving data stream classification." Machine Learning 106.9-10 (2017): 1469-1495.

hmgomes commented 6 years ago

Issue addressed by #106