Giter VIP home page Giter VIP logo

holgern / scikit-optimize Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 20.22 MB

Sequential model-based optimization with a `scipy.optimize` interface

Home Page: http://scikit-optimize.readthedocs.io/

License: BSD 3-Clause "New" or "Revised" License

Shell 0.30% Makefile 0.25% Python 99.45%
binder hyperparameter-optimization hyperparameter-tuning maschine-learning optimization scientific-visualization scikit-learn visualization hyperparameter-search sequential-recommendation

scikit-optimize's People

Contributors

bacoknight avatar betatim avatar carlosdanielcsantos avatar chschroeder avatar cmmalone avatar cschell avatar glouppe avatar guillaumesimo avatar holgern avatar hvass-labs avatar iaroslav-ai avatar jkleint avatar jusjusjus avatar kartikayyer avatar kejiashi avatar kernc avatar liebscher avatar lucasplagwitz avatar mechcoder avatar mirca avatar mp4096 avatar nel215 avatar nfcampos avatar scott-graham-bose avatar shakesb33r avatar stefanocereda avatar thomasjpfan avatar tupui avatar xmatthias avatar yngtodd avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

vineetp6

scikit-optimize's Issues

Typo in skopt/space/space.py

scikit-optimize/skopt/space/space.py line 134

elif isinstance(low, numbers.Real) and isinstance(high, numbers.Real): 
              return Real(float(low), float(high), *args, tranform=transform)

should instead be

elif isinstance(low, numbers.Real) and isinstance(high, numbers.Real): 
              return Real(float(low), float(high), *args, transform=transform)

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.