Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.05 KB

pystream

An MOA-based implementation for data stream classification in Python/Cython

Includes:

Base learners:

Ensembles:

Util and evaluation classes.

To run:

  • pip install -r requirements.txt --user
  • python setup.py build_ext --inplace (builds Cython extensions and creates .so files)
  • python setup.py install --user
  • Follow test.py file

TODO:

  • Fully document code
  • Improve Cython implementation
  • Add more algorithms
  • Provide a better usage manual

Note

  • Needs cython to compile code when installing