Waikato / moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
http://moa.cms.waikato.ac.nz/
GNU General Public License v3.0
613 stars 354 forks source link

New_AdaptiveRandomForest #240

Closed pass-always closed 3 years ago

pass-always commented 3 years ago

Comparing with the original AdaptiveRandomForest, New_AdaptiveRandomForest with an extra option to turn off resampling function. The new feature is designed to deal with balanced datasets.