/pystream

My take on data stream ML algorithms implemented by MOA

Primary LanguagePython

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