Skip to content

Commit

Permalink
[readme] added paramz update into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mzwiessele committed Nov 13, 2015
1 parent 219a8ec commit 2d65a34
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ The Gaussian processes framework in Python.
* [Unit tests (Travis-CI)](https://travis-ci.org/SheffieldML/GPy)
* [![licence](https://img.shields.io/badge/licence-BSD-blue.svg)](http://opensource.org/licenses/BSD-3-Clause)

## Updated Structure

We have pulled the core parameterization out of GPy. It is a package called [paramz](https://github.com/sods/paramz) and is the pure gradient based model optimization.

If you installed GPy with pip, just upgrade the package using:

$ pip install --upgrade GPy

If you have the developmental version of GPy (using the develop or -e option) just install the dependencies by running

$ python setup.py develop

again, in the GPy installation folder.

## Continuous integration

| | Travis-CI | Codecov | RTFD |
Expand All @@ -25,7 +39,6 @@ The Gaussian processes framework in Python.

Python 2.7, 3.3 and higher


## Citation

@Misc{gpy2014,
Expand Down

0 comments on commit 2d65a34

Please sign in to comment.