-
Notifications
You must be signed in to change notification settings - Fork 357
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Question
Hi,
Is there a way to generate the same interactive contour plots in Ax 1.x.x as was possible in 0.x.x?
In Ax 0.x.x, this could be done using:
from ax.plot.contour import interact_contour
model = ax_client.generation_strategy.model
plot_config = interact_contour(model=model, metric_name=metric_name)
I’m looking for the equivalent functionality or recommended alternative in the 1.x.x API. Has this feature been moved, replaced, or deprecated?
Thanks in advance for the guidance.
Mo
Please provide any relevant code snippet if applicable.
Code of Conduct
- I agree to follow this Ax's Code of Conduct
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested