[tune] How to load tune log files?

When I run a hyper-parameter search, the results are written in the ray_results/ folder, and I can view the logs in the browser. However, I want to read the log and do some analysis by myself. Is there an API to read these logs?

What types of logs are you talking about? You can perhaps use the ExperimentAnalysis API to help you analyze logs.

1 Like

Thanks! This is what I need.