FLAML
FLAML copied to clipboard
Better logging for tune
Ideas to improve the logging capabilities in flaml.tune:
- [x] Take a
log_file_nameargument intune.run(). Right now it takeslocal_diras the directory for the log file, but the log file name is auto generated and can't be overridden. - [x] When using ray, log the results after the run finishes when
log_file_nameis given. - [ ] Provide utility functions to load the log and plot the optimization curve.