Skip to main content

Incremental learning written in C++ exposed in Python

Project description

ml-rapids: Incremental learning written in C++ exposed in Python

ml-rapids implements incremental learning methods in C++ and exposes them via SWIG in Python. Installation can be achieved simply with pip install ml_rapids. You can test your installation with running Python:

# testing ml-rapids
import ml_rapids
ml_rapids.test()

Further documentation is available here:

Implemented incremental learning methods

  • Classification
    • Majority Class
    • Naive Bayes
    • Logistic Regression
    • Perceptron
    • VFDT (Very Fast Decision Trees) aka Hoeffding Trees
    • HAT (Hoeffding Adaptive Trees)
    • Bagging
  • Regression
    • /

All the methods implement sklearn incremantal learner interface (includes fit, partial_fit and predict methods).

Future plans

Streaming random forest on top of Hoeffding trees will be implemented. The library will be exposed via also via npm packages.

Development

Development notes can be read here.

Python deployment notes can be read here.

Acknowledgements

ml-rapids is developed by AILab at Jozef Stefan Institute.

This repository is based strongly on streamDM-cpp.

Project has received funding from European Union's Horizon 2020 Research and Innovation Programme under the Grant Agreement 776115 (PerceptiveSentinel).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ml-rapids-0.0.1.7.tar.gz (156.3 kB view hashes)

Uploaded Source

Built Distributions

ml_rapids-0.0.1.7-cp38-cp38-win_amd64.whl (288.0 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

ml_rapids-0.0.1.7-cp38-cp38-win32.whl (226.9 kB view hashes)

Uploaded CPython 3.8 Windows x86

ml_rapids-0.0.1.7-cp38-cp38-manylinux2014_ppc64le.whl (4.0 MB view hashes)

Uploaded CPython 3.8

ml_rapids-0.0.1.7-cp38-cp38-manylinux2014_aarch64.whl (3.9 MB view hashes)

Uploaded CPython 3.8

ml_rapids-0.0.1.7-cp38-cp38-manylinux2010_x86_64.whl (4.0 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

ml_rapids-0.0.1.7-cp38-cp38-manylinux2010_i686.whl (3.8 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

ml_rapids-0.0.1.7-cp38-cp38-macosx_10_9_x86_64.whl (313.0 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

ml_rapids-0.0.1.7-cp37-cp37m-win_amd64.whl (287.4 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

ml_rapids-0.0.1.7-cp37-cp37m-win32.whl (227.0 kB view hashes)

Uploaded CPython 3.7m Windows x86

ml_rapids-0.0.1.7-cp37-cp37m-manylinux2014_ppc64le.whl (4.0 MB view hashes)

Uploaded CPython 3.7m

ml_rapids-0.0.1.7-cp37-cp37m-manylinux2014_aarch64.whl (3.9 MB view hashes)

Uploaded CPython 3.7m

ml_rapids-0.0.1.7-cp37-cp37m-manylinux2010_x86_64.whl (3.9 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

ml_rapids-0.0.1.7-cp37-cp37m-manylinux2010_i686.whl (3.8 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

ml_rapids-0.0.1.7-cp37-cp37m-macosx_10_9_x86_64.whl (312.7 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

ml_rapids-0.0.1.7-cp36-cp36m-win_amd64.whl (287.4 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

ml_rapids-0.0.1.7-cp36-cp36m-win32.whl (227.0 kB view hashes)

Uploaded CPython 3.6m Windows x86

ml_rapids-0.0.1.7-cp36-cp36m-manylinux2014_ppc64le.whl (4.0 MB view hashes)

Uploaded CPython 3.6m

ml_rapids-0.0.1.7-cp36-cp36m-manylinux2014_aarch64.whl (3.9 MB view hashes)

Uploaded CPython 3.6m

ml_rapids-0.0.1.7-cp36-cp36m-manylinux2010_x86_64.whl (3.9 MB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

ml_rapids-0.0.1.7-cp36-cp36m-manylinux2010_i686.whl (3.8 MB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

ml_rapids-0.0.1.7-cp36-cp36m-macosx_10_9_x86_64.whl (312.7 kB view hashes)

Uploaded CPython 3.6m macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page