Skip to main content

A machine learning framework for multi-output/multi-label and stream data.

Project description

Build status Build Status codecov Python version Anaconda-Server Badge PyPI version Anaconda-Server Badge DockerHub License Gitter

A machine learning framework for multi-output/multi-label and stream data. Inspired by MOA and MEKA, following scikit-learn's philosophy.

matplotlib backend considerations

  • You may need to change your matplotlib backend, because not all backends work in all machines.
  • If this is the case you need to check matplotlib's configuration. In the matplotlibrc file you will need to change the line:
    backend     : Qt5Agg  
    
    to:
    backend     : another backend that works on your machine
    
  • The Qt5Agg backend should work with most machines, but a change may be needed.

Jupyter Notebooks

In order to display plots from scikit-multiflow within a Jupyter Notebook we need to define the proper mathplotlib backend to use. This is done via a magic command at the beginning of the Notebook:

%matplotlib notebook

JupyterLab is the next-generation user interface for Jupyter, currently in beta, it can display interactive plots with some caveats. If you use JupyterLab then the current solution is to use the jupyter-matplotlib extension:

%matplotlib widget

Citing scikit-multiflow

If you want to cite scikit-multiflow in a scientific publication, please use the following Bibtex entry:

@article{skmultiflow,
  author  = {Jacob Montiel and Jesse Read and Albert Bifet and Talel Abdessalem},
  title   = {Scikit-Multiflow: A Multi-output Streaming Framework },
  journal = {Journal of Machine Learning Research},
  year    = {2018},
  volume  = {19},
  number  = {72},
  pages   = {1-5},
  url     = {http://jmlr.org/papers/v19/18-251.html}
}

Download files

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

Source Distribution

scikit-multiflow-0.5.0.tar.gz (451.1 kB view hashes)

Uploaded Source

Built Distributions

scikit_multiflow-0.5.0-cp38-cp38-win_amd64.whl (540.3 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

scikit_multiflow-0.5.0-cp38-cp38-manylinux2010_x86_64.whl (1.3 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

scikit_multiflow-0.5.0-cp38-cp38-macosx_10_9_x86_64.whl (550.7 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

scikit_multiflow-0.5.0-cp37-cp37m-win_amd64.whl (535.7 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

scikit_multiflow-0.5.0-cp37-cp37m-manylinux2010_x86_64.whl (1.1 MB view hashes)

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

scikit_multiflow-0.5.0-cp37-cp37m-macosx_10_9_x86_64.whl (546.6 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

scikit_multiflow-0.5.0-cp36-cp36m-win_amd64.whl (535.6 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

scikit_multiflow-0.5.0-cp36-cp36m-manylinux2010_x86_64.whl (1.1 MB view hashes)

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

scikit_multiflow-0.5.0-cp36-cp36m-macosx_10_9_x86_64.whl (556.4 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