A multi-output/multi-label and stream data framework. Inspired by MOA and MEKA, following scikit-learn philosophy.
- Jacob MONTIEL
- Jesse READ
- Albert BIFET
- Guilherme KURIKE MATSUMOTO
- You may need to change your matplotlib backend, because not all backends work in all machines.
- If this is the case you need to check
matplotlib's configuration.
In the matplotlibrc file you will need to change the line:
to:
backend : Qt5Agg
backend : another backend that works on your machine
- The Qt5Agg backend should work with most machines, but a change may be needed.
- 3-Clause BSD License