Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit bd9f744

Browse files
author
Zhenwen Dai
committed
Update the README.md
1 parent 5750b52 commit bd9f744

File tree

1 file changed

+21
-28
lines changed

1 file changed

+21
-28
lines changed

README.md

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
GPyOpt
2-
======
1+
# GPyOpt
32

43
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.
54

@@ -9,38 +8,38 @@ Gaussian process optimization using [GPy](http://sheffieldml.github.io/GPy/). Pe
98

109
[![licence](https://img.shields.io/badge/licence-BSD-blue.svg)](http://opensource.org/licenses/BSD-3-Clause) [![develstat](https://travis-ci.org/SheffieldML/GPyOpt.svg?branch=master)](https://travis-ci.org/SheffieldML/GPyOpt) [![covdevel](http://codecov.io/github/SheffieldML/GPyOpt/coverage.svg?branch=master)](http://codecov.io/github/SheffieldML/GPyOpt?branch=master) [![Research software impact](http://depsy.org/api/package/pypi/GPyOpt/badge.svg)](http://depsy.org/package/python/GPyOpt)
1110

12-
1311
### Citation
1412

15-
@Misc{gpyopt2016,
16-
author = {The GPyOpt authors},
17-
title = {{GPyOpt}: A Bayesian Optimization framework in python},
18-
howpublished = {\url{http://github.com/SheffieldML/GPyOpt}},
19-
year = {2016}
20-
}
13+
```
14+
@Misc{gpyopt2016,
15+
author = {The GPyOpt authors},
16+
title = {{GPyOpt}: A Bayesian Optimization framework in python},
17+
howpublished = {\url{http://github.com/SheffieldML/GPyOpt}},
18+
year = {2016}
19+
}
20+
```
21+
22+
## Getting started
2123

22-
Getting started
23-
===============
24+
### Installing with pip
2425

25-
Installing with pip
26-
-------------------
2726
The simplest way to install GPyOpt is using pip. ubuntu users can do:
2827

2928
```bash
30-
sudo apt-get install python-pip
31-
pip install gpyopt
29+
sudo apt-get install python-pip
30+
pip install gpyopt
3231
```
3332

3433
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.
3534

3635
```bash
37-
git clone https://github.com/SheffieldML/GPyOpt.git
38-
cd GPyOpt
39-
python setup.py develop
36+
git clone https://github.com/SheffieldML/GPyOpt.git
37+
cd GPyOpt
38+
python setup.py develop
4039
```
4140

42-
Dependencies:
43-
------------------------
41+
## Dependencies:
42+
4443
- GPy
4544
- paramz
4645
- numpy
@@ -57,14 +56,8 @@ pip install -r requirements.txt
5756
```
5857

5958

60-
Funding Acknowledgements
61-
========================
59+
## Funding Acknowledgements
60+
6261
* [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"
6362

6463
* See GPy funding Acknowledgements
65-
66-
67-
68-
69-
70-

0 commit comments

Comments
 (0)