mirror of
https://github.com/wassname/ray.git
synced 2026-08-07 11:27:43 +08:00
17 lines
302 B
Markdown
17 lines
302 B
Markdown
## About AutoMLBoard
|
|
|
|
AutoMLBoard can be used as a monitor who collect information about Tune jobs and
|
|
show the trial information to the frontend.
|
|
|
|
### Install
|
|
|
|
Install django before start AutoMLBoard. run:
|
|
|
|
```bash
|
|
pip install django==1.11.14
|
|
```
|
|
|
|
### Usage
|
|
|
|
Please refer to `run.py -h` for more help
|