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
603 stars 352 forks source link

Prediction interval related #304

Open YibinSun opened 6 days ago

YibinSun commented 6 days ago
  1. Added EvaluatePrequentialPredictionIntervals task file;
  2. Added GUI related files;
  3. Added BasicPredictionIntervalEvaluator and WindowPredictionIntervalEvaluator, and relevant Interface;
  4. Added MVEPredictionInterval and AdaptivePredictionInterval, and relevant Interface;
  5. Added other necessary files.
nuwangunasekara commented 3 days ago

Tests passed!