Skip to main content

Toolbox for streaming data.

Project description

# stream-learn

[![Travis Status](https://travis-ci.org/w4k2/stream-learn.svg?branch=master)](https://travis-ci.org/w4k2/stream-learn)
[![Coveralls Status](https://coveralls.io/repos/w4k2/stream-learn/badge.svg?branch=master&service=github)](https://coveralls.io/r/w4k2/stream-learn)
[![CircleCI Status](https://circleci.com/gh/w4k2/stream-learn.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/w4k2/stream-learn/tree/master)
[![KSSK](https://img.shields.io/badge/KSSK-alive-green.svg)](http://kssk.pwr.edu.pl)

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](https://w4k2.github.io/stream-learn/).

## Installation

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

```
pip install stream-learn
```

```python
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.1.tar.gz (10.4 kB view details)

Uploaded Source

File details

Details for the file stream-learn-0.3.1.tar.gz.

File metadata

  • Download URL: stream-learn-0.3.1.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for stream-learn-0.3.1.tar.gz
Algorithm Hash digest
SHA256 9daa9b211b1d43dbdd4d6f059bf2be5e3cece5e0e079fba596291d3fbcaf21e1
MD5 cd80025b8c6f8760a91a61c0512ac3c3
BLAKE2b-256 fd0fb1c0dd36c8f34dac6201753b95fb68bf3f89d158d0324a98824164e19c25

See more details on using hashes here.

Supported by

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