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.
LearningPerformanceEvaluator
is nowAutoCloseable
to ensurePredictionLoggerEvaluator
can flush predictions.PredictionLoggerEvaluator
can wrap anotherClassificationPerformanceEvaluator
.outputPredictionFile
from classification tasks because it is redundant now.PredictionLoggerEvaluator
only supports classification.Output with probabilities:
Output without probabilities:
Some tests fail but I believe these fail on master: