mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 17:22:39 +02:00
[master] readme takeover
This commit is contained in:
parent
8d57c0bf11
commit
e909e7c761
1 changed files with 25 additions and 22 deletions
47
README.md
47
README.md
|
|
@ -1,6 +1,5 @@
|
|||
# GPy
|
||||
|
||||
|
||||
A Gaussian processes framework in Python.
|
||||
|
||||
* [GPy homepage](http://sheffieldml.github.io/GPy/)
|
||||
|
|
@ -8,8 +7,21 @@ A Gaussian processes framework in Python.
|
|||
* [User mailing list](https://lists.shef.ac.uk/sympa/subscribe/gpy-users)
|
||||
* [Online documentation](https://gpy.readthedocs.org/en/latest/)
|
||||
* [Unit tests (Travis-CI)](https://travis-ci.org/SheffieldML/GPy)
|
||||
* [](http://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
#### Continuous integration
|
||||
| | Travis-CI | Codecov | Readthedocs |
|
||||
| ---: | :--: | :---: | :---: |
|
||||
| **master:** | [](https://travis-ci.org/SheffieldML/GPy) | [](http://codecov.io/github/SheffieldML/GPy?branch=master) | [](http://gpy.readthedocs.org/en/master/) |
|
||||
| **devel:** | [](https://travis-ci.org/SheffieldML/GPy) | [](http://codecov.io/github/SheffieldML/GPy?branch=devel) | [](http://gpy.readthedocs.org/en/devel/) |
|
||||
|
||||
### Supported Platforms:
|
||||
|
||||
[<img src="https://www.python.org/static/community_logos/python-logo-generic.svg" height="40">](https://www.python.org/) [<img src="https://upload.wikimedia.org/wikipedia/commons/5/5f/Windows_logo_-_2012.svg" height="40">](http://www.microsoft.com/en-gb/windows) [<img src="https://upload.wikimedia.org/wikipedia/commons/8/8e/OS_X-Logo.svg" height="40">](http://www.apple.com/osx/) [<img src="https://upload.wikimedia.org/wikipedia/commons/3/35/Tux.svg" height="40">](https://en.wikipedia.org/wiki/List_of_Linux_distributions)
|
||||
----
|
||||
|
||||
Python 2.7, 3.3 and higher
|
||||
|
||||
Continuous integration status: 
|
||||
|
||||
### Citation
|
||||
|
||||
|
|
@ -20,11 +32,11 @@ Continuous integration status:  of
|
||||
[scipy](http://www.scipy.org/) and thus, we strongly recommend using
|
||||
|
|
@ -39,12 +51,9 @@ although enthought currently (as of 8th Sep. 2015) does not support scipy 0.16.
|
|||
|
||||
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.
|
||||
|
||||
### Python 3 Compatibility
|
||||
Work is underway to make GPy run on Python 3.
|
||||
### Troubleshooting installation problems
|
||||
|
||||
* All tests in the testsuite now run on Python3.
|
||||
|
||||
To see this for yourself, in Ubuntu 14.04, you can do
|
||||
If you're having trouble installing GPy via `pip install GPy` here is a probable solution:
|
||||
|
||||
git clone https://github.com/mikecroucher/GPy.git
|
||||
cd GPy
|
||||
|
|
@ -52,19 +61,11 @@ To see this for yourself, in Ubuntu 14.04, you can do
|
|||
python3 setup.py build_ext --inplace
|
||||
nosetests3 GPy/testing
|
||||
|
||||
nosetests3 is Ubuntu's way of reffering to the Python 3 version of nosetests. You install it with
|
||||
|
||||
sudo apt-get install python3-nose
|
||||
|
||||
The command `python3 setup.py build_ext --inplace` builds the Cython extensions. IF it doesn't work, you may need to install this:
|
||||
|
||||
sudo apt-get install python3-dev
|
||||
|
||||
* Test coverage is less than 100% so it is expected that there is still more work to be done. We need more tests and examples to try out.
|
||||
* All weave functions not covered by the test suite are *simply commented out*. Can add equivalents later as test functions become available
|
||||
* A set of benchmarks would be useful!
|
||||
|
||||
### Direct downloads
|
||||
|
||||
[](https://pypi.python.org/pypi/GPy) [](https://github.com/SheffieldML/GPy/releases/latest)
|
||||
[](https://github.com/SheffieldML/GPy/releases/latest)
|
||||
[](https://github.com/SheffieldML/GPy/releases/latest)
|
||||
|
||||
### Ubuntu hackers
|
||||
|
||||
|
|
@ -165,6 +166,8 @@ or from within IPython
|
|||
|
||||
Current support for the GPy software is coming through the following projects.
|
||||
|
||||
* [EU FP7-HEALTH Project Ref 305626](http://radiant-project.eu) "RADIANT: Rapid Development and Distribution of Statistical Tools for High-Throughput Sequencing Data"
|
||||
|
||||
* [EU FP7-PEOPLE Project Ref 316861](http://staffwww.dcs.shef.ac.uk/people/N.Lawrence/projects/mlpm/) "MLPM2012: Machine Learning for Personalized Medicine"
|
||||
|
||||
* MRC Special Training Fellowship "Bayesian models of expression in the transcriptome for clinical RNA-seq"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue