FLAML icon indicating copy to clipboard operation
FLAML copied to clipboard

Better logging for tune

Open sonichi opened this issue 3 years ago • 0 comments

Ideas to improve the logging capabilities in flaml.tune:

  • [x] Take a log_file_name argument in tune.run(). Right now it takes local_dir as 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_name is given.
  • [ ] Provide utility functions to load the log and plot the optimization curve.

sonichi avatar Aug 08 '22 03:08 sonichi