adaptive-machine-learning / CapyMOA

Enhanced machine learning library tailored for data streams, featuring a Python API integrated with MOA backend support. This unique combination empowers users to leverage a wide array of existing algorithms efficiently while fostering the development of new methodologies in both Python and Java.
BSD 3-Clause "New" or "Revised" License
63 stars 22 forks source link

OnlineAccuracyUpdateEnsemble #173

Closed DwayneAcosta closed 2 months ago

hmgomes commented 3 months ago

Hi @DwayneAcosta , double check the test you've added on test_classifiers.py for OAUE (it is failing). See the results from the tests here, it should be an easy fix. You can run this test locally using pytest or simply by running it through the IDE

Also, check this guide to address the conventional commit compliance issue

https://capymoa.org/contributing/vcs.html

hmgomes commented 2 months ago

superseded by https://github.com/adaptive-machine-learning/CapyMOA/pull/184