Skip to content

Data stream ML algorithms inspired by MOA implementations integrated with Active Learning techniques.

Notifications You must be signed in to change notification settings

vinmh/pystream-act

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pystream

An MOA-based implementation for data stream classification in Python/Cython integrated with Stream Based Active Learning Techniques.

Includes:

Base learners:

Ensembles:

Util and evaluation classes.

To run:

  • pip install -r requirements.txt --user
  • chmod +x compile.sh
  • ./compile.sh (builds Cython extensions, creates .so files and installs the library inplace)
  • Follow tests/test.py file

TODO:

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

Notes

  • Needs cython to compile code when installing
  • The datasets files can be found in here, just download the datasets.tar.gz file and extract the entire datasets directory inside the tests directory before running test.py

About

Data stream ML algorithms inspired by MOA implementations integrated with Active Learning techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%