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

https://github.com/fanqingsong/machine_learning_workflow_on_ray

For demostrating how to apply workflow to machine learning system. Based on Ray.
https://github.com/fanqingsong/machine_learning_workflow_on_ray

Last synced: 3 months ago
JSON representation

For demostrating how to apply workflow to machine learning system. Based on Ray.

Awesome Lists containing this project

README

        

# machine_learning_workflow_on_ray

## Purpose
For demostrating how to apply workflow to machine learning system.

## Demo

![dashboard](dashboard.png)

![log](log.png)

## Run

based on python 3.6.8

```
pip install -r requirement.txt

python kmeans_with_workflow.py
```

open http://127.0.0.1:8265 on browser to watch runing process.