Code Monkey home page Code Monkey logo

hpo-benchmarking-framework's People

Contributors

brunompacheco avatar maschimax avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

hpo-benchmarking-framework's Issues

Wrong rounding of discrete hyperparameter values in RoboOptimizer

Wrong sampling of ConfigSpace for continuous HPs

  • Hpbandster / ConfigSpace samples outside of the defined boundaries for lightGBM's parameter 'bagging_fraction'
  • BOHB samples values higher than 1.0, which causes an error

space_lgb = [skopt.space.Integer(2, 256, name='num_leaves'), skopt.space.Integer(20, 1000, name='min_data_in_leaf'), skopt.space.Integer(-1, 100, name='max_depth'), skopt.space.Real(low=0.3, high=1.0, name='feature_fraction'), skopt.space.Real(low=0.3, high=1.0, name='bagging_fraction')]

Error message: File "ConfigSpace/configuration_space.pyx", line 1378, in ConfigSpace.configuration_space.Configuration.init
ValueError: Trying to set illegal value '1.0073910188601063' (type '<class 'float'>') for hyperparameter 'bagging_fraction, Type: UniformFloat, Range: [0.3, 1.0], Default: 0.65' (default-value has type '<class 'numpy.float64'>')

Using wrong base_estimator for SMAC implementation (scikit-optimize)

trial_result = this_optimizer(self.objective, self.hp_space, n_calls=self.n_func_evals,
random_state=self.random_seed, acq_func=this_acq_func,
n_jobs=self.n_workers, verbose=True, n_initial_points=20, **kwargs)

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.