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.
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.