Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waikato-datamining/shallowflow-sklearn

scikit-learn support for the shallowflow Python workflow system.
https://github.com/waikato-datamining/shallowflow-sklearn

python3 scikit-learn sklearn workflow-engine

Last synced: about 2 months ago
JSON representation

scikit-learn support for the shallowflow Python workflow system.

Awesome Lists containing this project

README

        

# shallowflow-sklearn
[sklearn](https://github.com/andymccurdy/redis-py) components for shallowflow.

## Installation

Install via pip:

```bash
pip install "git+https://github.com/waikato-datamining/shallowflow-sklearn.git"
```

## Classes

[Documentation](docs/README.md)

## Examples

* [loading an ARFF file](examples/load_arff_file.py)
* [train RandomForest classifier](examples/train_random_forest_classifier.py)
* [train and use RandomForest classifier](examples/train_and_use_random_forest_classifier.py)
* [train KMeans clusterer](examples/train_kmeans_clusterer.py)
* [train and use KMeans clusterer](examples/train_and_use_kmeans_clusterer.py)