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
603 stars 352 forks source link

New_AdaptiveRandomForest #243

Open pass-always opened 2 years ago

pass-always commented 2 years ago

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

hmgomes commented 2 years ago

Hi Ethan, Please review the suggestions and update

Cheers, Heitor