Honegumi Fully Bayesian generated code may be deprecated #166
Unanswered
WinC3
asked this question in
Data Science
Replies: 2 comments 5 replies
-
Thanks for catching. I think I need to pin to ax-platform<0.5, or at least to ax-platform<1 for the assignments. Could you try this? |
Beta Was this translation helpful? Give feedback.
5 replies
-
Updated Honegumi so it gives instructions for While I'm planning to migrate to 1.0, there's quite a bit of validation I need to do in terms of performance and cross-compatibility of various characteristics (e.g., multi-objective + multi-task). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Honegumi generates code importing classes from deprecated modules. Honegumi tries to import from ax.modelbridge, which has been renamed to adapter (see recent ax commits on GitHub). Models has also been renamed to Generators.
Honegumi may need a quick update to reflect this change with ax as generated code with the Fully Bayesian parameter no longer runs without error fresh from Honegumi.
Beta Was this translation helpful? Give feedback.
All reactions