You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Gaussian process optimization using [GPy](http://sheffieldml.github.io/GPy/). Performs global optimization with different acquisition functions. Among other functionalities, it is possible to use GPyOpt to optimize physical experiments (sequentially or in batches) and tune the parameters of Machine Learning algorithms. It is able to handle large data sets via sparse Gaussian process models.
5
4
@@ -9,38 +8,38 @@ Gaussian process optimization using [GPy](http://sheffieldml.github.io/GPy/). Pe
The simplest way to install GPyOpt is using pip. ubuntu users can do:
28
27
29
28
```bash
30
-
sudo apt-get install python-pip
31
-
pip install gpyopt
29
+
sudo apt-get install python-pip
30
+
pip install gpyopt
32
31
```
33
32
34
33
If you'd like to install from source, or want to contribute to the project (e.g. by sending pull requests via github), read on. Clone the repository in GitHub and add it to your $PYTHONPATH.
*[BBSRC Project No BB/K011197/1](http://staffwww.dcs.shef.ac.uk/people/N.Lawrence/projects/recombinant/) "Linking recombinant gene sequence to protein product manufacturability using CHO cell genomic resources"
0 commit comments