mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-20 16:51:05 +02:00
Added ipython test code back and extensions loading
This commit is contained in:
parent
6a43359727
commit
77cadbbcb5
2 changed files with 6 additions and 6 deletions
|
|
@ -87,8 +87,8 @@ extensions = ['sphinx.ext.autodoc',
|
||||||
#'sphinx.ext.doctest'
|
#'sphinx.ext.doctest'
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'sphinx.ext.pngmath'
|
'sphinx.ext.pngmath'
|
||||||
#'ipython_directive',
|
'ipython_directive',
|
||||||
#'ipython_console_highlighting.py'
|
'ipython_console_highlighting.py'
|
||||||
#'matplotlib.sphinxext.mathmpl',
|
#'matplotlib.sphinxext.mathmpl',
|
||||||
#'matplotlib.sphinxext.only_directives',
|
#'matplotlib.sphinxext.only_directives',
|
||||||
#'matplotlib.sphinxext.plot_directive',
|
#'matplotlib.sphinxext.plot_directive',
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
Gaussian process regression tutorial
|
Gaussian process regression tutorial
|
||||||
*************************************
|
*************************************
|
||||||
|
|
||||||
#.. ipython:: python
|
.. ipython:: python
|
||||||
#
|
|
||||||
# print "Hello world"
|
print "Hello world"
|
||||||
# X = [[1, 10], [1, 20], [1, -2]]
|
X = [[1, 10], [1, 20], [1, -2]]
|
||||||
|
|
||||||
We will see in this tutorial the basics for building a 1 dimensional and a 2 dimensional Gaussian process regression model, also known as a kriging model.
|
We will see in this tutorial the basics for building a 1 dimensional and a 2 dimensional Gaussian process regression model, also known as a kriging model.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue