moa icon indicating copy to clipboard operation
moa copied to clipboard

capymoa basics

Open tachyonicClock opened this issue 2 months ago • 2 comments

cherry-picks the basic functionality from the big PR #317 . Mostly semi-supervised learning support and efficient evaluators.

tachyonicClock avatar Oct 16 '25 21:10 tachyonicClock

CapyMOA tests that fail with this version:

FAILED notebooks/09_automl.ipynb::09_automl.ipynb - ImportError: Failed to import 'moa.classifiers.meta.AutoML'
FAILED tests/test_classifiers.py::test_classifiers[EFDT1]
FAILED src/capymoa/regressor/_soknl.py::src.capymoa.regressor._soknl.SOKNL
ERROR src/capymoa/automl/__init__.py
ERROR src/capymoa/automl/_autoclass.py

I expected all of these tests to fail as they contain features we plan to incorporate with moa in the future.

tachyonicClock avatar Oct 16 '25 22:10 tachyonicClock

I got the workflow working in a private branch so it should work now. I rain into this issue https://github.com/Waikato/moa/issues/322

tachyonicClock avatar Oct 20 '25 05:10 tachyonicClock