Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/waikato-datamining/shallowflow-sklearn
- Owner: waikato-datamining
- License: mit
- Created: 2023-01-10T19:51:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T03:01:14.000Z (8 months ago)
- Last Synced: 2024-04-24T13:21:24.454Z (8 months ago)
- Topics: python3, scikit-learn, sklearn, workflow-engine
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
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)