Skip to main content

Toolbox for streaming data.

Project description

Travis Status Coveralls Status CircleCI Status KSSK

stream-learn is a Python package equipped with a procedures to process data streams using estimators with API compatible with scikit-learn.

Documentation

API documentation with set of examples may be found on the documentation page.

Installation

stream-learn is available on the PyPi and you may install it with pip:

pip install stream-learn
import strlearn
from sklearn import neural_network

clf = neural_network.MLPClassifier()
X, y = strlearn.utils.load_arff('toyset.arff')
learner = strlearn.Learner(X, y, clf)
learner.run()

Flow controllers and stream estimators

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

stream-learn-0.3.2.tar.gz (10.4 kB view hashes)

Uploaded Source

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