Ax icon indicating copy to clipboard operation
Ax copied to clipboard

how to get plots(slice, contour) from 'ax_client_snapshot.json'?

Open rachelhson opened this issue 6 months ago • 3 comments

Hello,

I am trying to plot plot_slice, contour using saved ax_client_snapshot.json. Could you help me to have plots from ax_client_snapshot.json? I used following code for the plots, however I am getting AttributeError. Is there a way to get these plots from restored_ax_client?

restored_ax_client = ( AxClient.load_from_json_file() ) model = restored_ax_client.generation_strategy.model render(plot_slice(model, param1_name, objective)) render(interact_contour(model=model, metric_name=objective)) image

Thank you :)

rachelhson avatar Dec 08 '23 19:12 rachelhson