• This repository has been archived on 23/Feb/2023
  • Stars
    star
    927
  • Rank 48,914 (Top 1.0 %)
  • Language
    Jupyter Notebook
  • License
    BSD 3-Clause "New...
  • Created about 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Gaussian Process Optimization using GPy

End of maintenance for GPyOpt

Dear GPyOpt community!

We would like to acknowledge the obvious. The core team of GPyOpt has moved on, and over the past months we weren't giving the package nearly as much attention as it deserves. Instead of dragging our feet and giving people only occasional replies and no new features, we feel the time has come to officially declare the end of GPyOpt maintenance and archive this repository.

We would like to thank the community that has formed around GPyOpt. Without your interest, discussions, bug fixes and pull requests the package would never be as successful as it is. We hope we were able to provide you with a useful tool to aid your research and work.

If you feel really enthusiastic and would like to take over the package, feel free to drop us an email, and who knows, maybe you'll be the one(s) carrying the GPyOpt to new heights!

Sincerely yours, Andrei Paleyes and Javier Gonzalez

GPyOpt

Gaussian process optimization using 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.

licence develstat covdevel Research software impact

Citation

@Misc{gpyopt2016,
author = {The GPyOpt authors},
title = {{GPyOpt}: A Bayesian Optimization framework in python},
howpublished = {\url{http://github.com/SheffieldML/GPyOpt}},
year = {2016}
}

Getting started

Installing with pip

The simplest way to install GPyOpt is using pip. ubuntu users can do:

sudo apt-get install python-pip
pip install gpyopt

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.

git clone https://github.com/SheffieldML/GPyOpt.git
cd GPyOpt
python setup.py develop

Dependencies:

  • GPy
  • paramz
  • numpy
  • scipy
  • matplotlib
  • DIRECT (optional)
  • cma (optional)
  • pyDOE (optional)
  • sobol_seq (optional)

You can install dependencies by running:

pip install -r requirements.txt

Funding Acknowledgements

  • BBSRC Project No BB/K011197/1 "Linking recombinant gene sequence to protein product manufacturability using CHO cell genomic resources"

  • See GPy funding Acknowledgements

More Repositories

1

GPy

Gaussian processes framework in python
Python
1,907
star
2

PyDeepGP

Deep Gaussian Processes in Python
Python
228
star
3

notebook

Collection of jupyter notebooks for demonstrating software.
Jupyter Notebook
161
star
4

GPmat

Matlab implementations of Gaussian processes and other machine learning tools.
MATLAB
131
star
5

deepGP

Deep Gaussian Processes in matlab
MATLAB
86
star
6

vargplvm

Bayesian GPLVM in MATLAB and R
MATLAB
72
star
7

GPclust

Collapsed Variational Bayes
Jupyter Notebook
67
star
8

GPc

Gaussian process code in C++ including some implementations of GP-LVM and IVM.
C++
66
star
9

multigp

Multiple output Gaussian processes in MATLAB including the latent force model.
MATLAB
44
star
10

deepGPy

Deep GPs with GPy
Jupyter Notebook
30
star
11

collab

Collaborative filtering with the GP-LVM
MATLAB
25
star
12

SGPLVM

Gaussian process latent variable models with shared latent spaces (SGPLVM)
MATLAB
18
star
13

hgplvm

Hierarchical Gaussian process latent variable model.
MATLAB
17
star
14

ChainedGP

Repository for Chained Gaussian Processes
Jupyter Notebook
14
star
15

TVB

A variational method that looks like EP
Python
8
star
16

sheffieldml.github.io

Machine Learning Group Webpage
HTML
3
star
17

gprege

Gaussian process software in R and Matlab for detecting quiet genes. From Alfredo Kalaitzis's thesis work.
R
3
star
18

gpy_examples

Examples for using the GPy software.
HTML
2
star
19

advectionGP

A model of advection and diffusion to determine pollution sources using a fourier GP approximation
Jupyter Notebook
2
star
20

meu

Maximum Entropy Unfolding
MATLAB
1
star
21

ndlml

Legacy swig wrapper for GPc code used for collab experiments.
Python
1
star