microsoft / nni

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
https://nni.readthedocs.io
MIT License
14.06k stars 1.82k forks source link

Is there any way to see the ranking of hyperparameters without the webui? #5549

Closed Jia-py closed 1 year ago

Jia-py commented 1 year ago

Describe the issue: Can we see the ranking of hyperparameters without the webui? For there are some scenarios without web browsers, such as some remote scenarios.

cruiseliu commented 1 year ago

Please try out get_job_metrics API.

Lijiaoa commented 1 year ago

Could you close this issue? @Jia-py