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

Table instead of text field for data previews #146

Closed corneliusboehm closed 5 years ago

corneliusboehm commented 6 years ago

The results of a running task have previously been shown in a raw text box. In order to support visual clarity, this text box has now been replaced by a table, so that the development of each measurement can easily be analyzed.

result_table

Changes have been performed similarly to the implementation for the Active Learning tab introduced in #125.