question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Documentation for Modelbridge.Factory Models

See original GitHub issue

I have been looking through the Ax documentation, such as this one to find specifics about the “out-of-shelf” models that Ax supports, such as ax.modelbridge.factory.get_GPEI. I was wondering where I could find some details about these models that Ax offers, such as what Kernel it is using (I am guessing ARD Matérn 5/2 kernels as it is the default in BoTorch, but I was not able to find it stated in Ax). Could you point me to where this documentation is (or is it in preparation)? Sorry for a such trivial question.

Also, I read from few papers published by Facebook that showed great work in Noisy Expected Improvement (and qNEI). Are there any plans in implementing GP+NEI and GP+qNEI as “out-of-shelf” models in Ax like get_GPEI (or is get_GPEI actually using NEI - I read that ax.models.torch.botorch.BotorchModel uses NEI as default acquisition function, but GPEI just said “EI” in documentation and tutorials)?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
lena-kashtelyancommented, Apr 8, 2021

Hi @nwrim, for default model components we use (get_GPEI returns the default setup), you can check specifically:

Edit: the part of my response above is now obsolete since @qingfeng10 updated links above.


(or is get_GPEI actually using NEI - I read that ax.models.torch.botorch.BotorchModel uses NEI as default acquisition function, but GPEI just said “EI” in documentation and tutorials)?

Yep it is, as linked above, great catch!

We have some documentation on the models we offer off-the-shelf (which you linked above), which states incorrectly that our default GPEI uses EI and not NEI as you point out. We will make a note to change that!

1reaction
lena-kashtelyancommented, Apr 12, 2021

I guess a deeper question is if there’s a way for tuning the greediness of the search.

That seems worthy of a separate issue and a bit more detail so folks on the modeling and optimization side can chime in. If you wouldn’t mind opening one and explaining what you mean in a bit more detail, that would be great, @zeyueN!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Models · Ax - Adaptive Experimentation Platform
Models in Ax are created using factory functions from the ax.modelbridge.factory . All of these models share a common API with predict() to...
Read more >
Making sure model.gen() generate designated number of arms
While trying out some features, we came across a problem that when using models in ax.modelbridge.factory , the number of arms generated ...
Read more >
Download Tutorial Source Code - BoTorch
For more information, please see the [Model Documentation](../docs/models). ... we can use the `get_botorch` factory function from `ax.modelbridge.factory`.
Read more >
README - Meta Integration® Model Bridge (MIMB)
x Data modeling import bridges (role and relationship names); Microsoft Office Excel import/export bridges for Data Model Reporting / Data Store Documentation ( ......
Read more >
A conceptual model for documentation of clinical information ...
At a national level in Denmark the development of a Conceptual Model for Communication in Electronic Health Records (EHR) has moved towards a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found