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

moa.classifiers.meta.imbalanced Tests are failing #260

Closed nuwangunasekara closed 1 year ago

nuwangunasekara commented 1 year ago

It looks like moa.classifiers.meta.imbalanced Tests are failing.

How to reproduce

get latest MOA master

(base) ng98@MacBook-Pro-2 moa % git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

(base) ng98@MacBook-Pro-2 moa % git log |head 
commit eeade05db8e929e2ddc1987b2651310c2f76a998
Author: Aljaž Osojnik <aljaz.osojnik@ijs.si>
Date:   Tue May 10 10:40:20 2022 +0200

    Random forest for iSOUP-Tree (#254)

    * iSOUP-Tree integration files

    * Added random forest class for iSOUP-Tree

build MOA using

mvn clean package Attached is the build log: MOA_build_with_test_errors.log

nuwangunasekara commented 1 year ago

Patch 260.txt

Test logs after the patch After_patch_Testlog.txt

nuwangunasekara commented 1 year ago

Fixed via PR #261 and #263