mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 04:44:08 +08:00
1ef9c0729d
Introduces a minimally invasive utility for logging experiment results. A broad requirement for this tool is that it should integrate seamlessly with Tune execution.
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:
pip install django==1.11.14
Usage
Please refer to run.py -h for more help