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
613 stars 354 forks source link

Add PredictionLoggerEvaluator #285

Open tachyonicClock opened 1 year ago

tachyonicClock commented 1 year ago

MOA GUI with `PredictionLoggerEvaluator`'s default options

Output with probabilities:

true_class,class_prediction,class_probability_0,class_probability_1,
1,0,0.00,0.00,
1,0,0.00,0.00,
0,1,0.00,1.00,
0,1,0.33,0.67,
1,0,0.50,0.50,
0,0,1.00,0.00,

Output without probabilities:

true_class,class_prediction,
1,0,
1,0,
0,1,
0,1,
1,0,
0,0,
1,1,

Some tests fail but I believe these fail on master: Pasted image 20230921134835