https://github.com/fanqingsong/machine_learning_workflow_on_dask
For demostrating how to apply workflow to machine learning system. Based on Dask.
https://github.com/fanqingsong/machine_learning_workflow_on_dask
Last synced: 3 months ago
JSON representation
For demostrating how to apply workflow to machine learning system. Based on Dask.
- Host: GitHub
- URL: https://github.com/fanqingsong/machine_learning_workflow_on_dask
- Owner: fanqingsong
- Created: 2020-10-15T08:50:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T16:05:05.000Z (over 1 year ago)
- Last Synced: 2025-01-14T13:34:38.165Z (5 months ago)
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# machine_learning_workflow_on_dask
## Purpose
For demostrating how to apply workflow to machine learning system.## Demo
## Run
based on python 3.6.8
```
pip install -r requirement.txtpython kmeans_with_workflow.py
```