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
610 stars 353 forks source link

HoeffdingRegressionTree #145

Closed ahmedbenhassine closed 6 years ago

ahmedbenhassine commented 6 years ago

This HoeffdingRegressionTree needs to be used with HoeffdingNominalAttributeClassObserver and HoeffdingNumericClassObserver in order to handle the categorical and numerical attributes . Also, VarianceReductionSplitCriterion needs to be used instead of InfoGainSplitCriterion in order to work properly.