KO
|
EN
gitlite — search
Search
#python
#golang
#deep-learning
#react
#go
#machine-learning
#pandas
#terminal
#react-native
#opencv
#php
#computer-vision
bayesian_optimization
★ 39
Open GitHub ↗
Bayesian optimization
Download README (.md)
Explore Similar Repositories
news-corpus-builder
:
Automatic News Corpus Builder
rancher-api
:
Connect to Rancher API easily to provision VMs, deploy, watch and scale your containers in cloud. With Ruby.
material-progress
:
A Material design multi-progress bar collection, inspired by Google Fit and made with Polymer.
FSharpVerbalExpressions
:
Compoable F# regular expressions made easy
dalli-rate_limiter
:
Arbitrary Memcached-backed rate limiting for Ruby
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bayesian_optimization
?
Download (.md)
Summary ======= This repository contains some basic code for Bayesian optimization Installation ============ Install the current development version of scikit-learn (or sklearn version 0.18 once this is available) git clone git@github.com:scikit-learn/scikit-learn.git cd sklearn sudo python setup.py install Install `bayesian_optimization` git clone git@git.hb.dfki.de:jmetzen/bayesian_optimization.git cd bayesian_optimization sudo python setup.py install Usage ===== Some usage examples are contained in the folder "examples". To reproduce the results from the ICML 2016 paper "Minimum Regret Search for Single- and Multi-Task Optimization", please execute the jupyter notebook "examples/mrs_evaluation.ipynb." The directory bolero_bayes_opt contains modules which can be used with the external package BOLeRO, which is not yet open source and can thus be ignored for the moment.