Skip to content

My take on data stream ML algorithms implemented by MOA

Notifications You must be signed in to change notification settings

vturrisi/pystream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My take on data stream ML algorithms implemented by MOA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages