Is it possible to save a trial data frame into a file? For example, I have the following one trial dataframe from all run trials of this tune.run
call after a very long run.
dfs = {result.log_dir: result.metrics_dataframe for result in results}
What’s the best way to save it to a datafile for analysis later?