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

fix: window regression evaluation incremental indcies #301

Open YibinSun opened 1 week ago

YibinSun commented 1 week ago

The instance classified in window regression evaluation was using the window size. Now it is incremental.

hmgomes commented 2 days ago

Hi @YibinSun , did you run the tests after this change? I am afraid it might break the tests for the regressors

YibinSun commented 2 days ago

Hi @YibinSun , did you run the tests after this change? I am afraid it might break the tests for the regressors

Hi @hmgomes,

I tried. They seem to be Okay. It was only a display problem, not relevant to the execution phase.