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

Fixes EvaluateModel and LearnModel after the introduction of the new preview table #162

Closed tpham93 closed 5 years ago

tpham93 commented 5 years ago

Both tasks mentioned in the title were not working after the introduction of the preview table to the classification task. They used an older method of returning results, which were not compatible with the new preview table. Both tasks have been updated to be compatible with the preview table.