GithubHelp home page GithubHelp logo

Comments (6)

bletham avatar bletham commented on April 16, 2024 1

All of the models currently built-in to Ax do assume known observation noise SEM. To infer the noise level, you'll have to plug-in a separate Botorch model. You can do this by following the directions here: https://botorch.org/tutorials/custom_botorch_model_in_ax

In that tutorial, instead of defining SimpleCustomGP you could replace that with

from botorch.models.gp_regression import SingleTaskGP

and then everywhere in the tutorial where it uses SimpleCustomGP, just put in SingleTaskGP instead.

If you follow all of the steps in that tutorial, you will be using a model that infers the noise level. You can then return whatever you want as the SEM in the evaluation function (0 for instance), and it will be ignored by the model.

(The only alternative to this that I can think of would be to do a few function evaluations at a single point to try and estimate the noise level directly and then use that as SEM).

from ax.

72496385 avatar 72496385 commented on April 16, 2024

Ah, thank you.

from ax.

bletham avatar bletham commented on April 16, 2024

This is something that is in-progress, so I'll leave this issue open until it is resolved.

from ax.

lena-kashtelyan avatar lena-kashtelyan commented on April 16, 2024

There is now a fix for this on the latest stable version (0.1.5); if you just do not pass SEM, it will no longer be assumed to be 0. @72496385, which API were you using for your optimization? Let me know if you'd like me to show an example of what it would look like to just not provide SEM to it.

from ax.

lena-kashtelyan avatar lena-kashtelyan commented on April 16, 2024

Closing this issue, feel free to reopen if help is needed with how to not provide the SEM!

from ax.

tqfjo avatar tqfjo commented on April 16, 2024

Thanks a bunch for this feature.

feel free to reopen if help is needed with how to not provide the SEM!

Just a note that it took me a while to figure out that I needed to explicitly pass None as the SEM. (I first tried passing the evaluation result alone, then the evaluation result alone in a tuple.)

from ax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.