moa
moa copied to clipboard
capymoa basics
cherry-picks the basic functionality from the big PR #317 . Mostly semi-supervised learning support and efficient evaluators.
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.
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