mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
[readme] added paramz update into readme
This commit is contained in:
parent
219a8ec3f3
commit
2d65a3491e
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
|
@ -9,6 +9,20 @@ The Gaussian processes framework in Python.
|
||||||
* [Unit tests (Travis-CI)](https://travis-ci.org/SheffieldML/GPy)
|
* [Unit tests (Travis-CI)](https://travis-ci.org/SheffieldML/GPy)
|
||||||
* [](http://opensource.org/licenses/BSD-3-Clause)
|
* [](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
|
## Continuous integration
|
||||||
|
|
||||||
| | Travis-CI | Codecov | RTFD |
|
| | Travis-CI | Codecov | RTFD |
|
||||||
|
|
@ -25,7 +39,6 @@ The Gaussian processes framework in Python.
|
||||||
|
|
||||||
Python 2.7, 3.3 and higher
|
Python 2.7, 3.3 and higher
|
||||||
|
|
||||||
|
|
||||||
## Citation
|
## Citation
|
||||||
|
|
||||||
@Misc{gpy2014,
|
@Misc{gpy2014,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue