Skip to content

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

Description

@rachelhson

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 :)

Metadata

Metadata

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions