Giter VIP home page Giter VIP logo

Comments (3)

brunoG89 avatar brunoG89 commented on August 15, 2024 1

Hi,
yes, skopt.space allows you to specify a prior over the numeric hyperparameters. The possible values are "uniform" and "log-uniform".
Thanks for your questions, we are going to make this clearer in the OCTIS documentation.
Cheers,
Bruno

from octis.

brunoG89 avatar brunoG89 commented on August 15, 2024

Hi, thank you for your interest.
For the Bayesian Optimization part, we rely on the scikit-optimize library. The ways to control the prior over BO are the following:

  1. use different surrogate models, i.e. Gaussian Process and Random Forest, and this can be specified both in the python library and from the dashboard

  2. choose a specific kernel for the Gaussian Process (this feature is available only in the python library at the moment). The default kernel is 1.0 * Matern(length_scale=1.0, length_scale_bounds=(1e-1, 10.0), nu=1.5), but you can pass any other kernel from sklearn (See "sklearn.gaussian_process.kernels" here: https://scikit-learn.org/stable/modules/classes.html).

Hope this helps!

from octis.

ogencoglu avatar ogencoglu commented on August 15, 2024

Thanks for the prompt reply!

I now see that control on surrogate model is possible. What I also meant is for example in hyperparameter optimization, one usually want to be able to control the distribution (normal, log-normal, uniform, log-uniform etc.) to sample from for each hyperparam separately. skopt.space classes (e.g. Real, Integer) has some control on this if I remember correctly.

from octis.

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.