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

Fixes for a few bugs in the multi-label performance estimator #158

Closed henrygouk closed 5 years ago

henrygouk commented 5 years ago

Was evaluating the inverse of the predictions made by the model. In the case of BasicMultiLabelLearner, this was cancelled out by another bug fixed in #156.

The number of correct predictions was also being incremented twice for each correct prediction.