mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
parameterization of priors
This commit is contained in:
parent
e0304056f9
commit
ef044197fb
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
||||||
|
"""
|
||||||
|
Introduction
|
||||||
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Extends the functionality of the `paramz` package (dependency) to support paramterization of priors (:py:class:`GPy.core.parameterization.priors`).
|
||||||
|
|
||||||
|
.. inheritance-diagram:: GPy.core.parameterization.priors
|
||||||
|
:top-classes: paramz.core.parameter_core.Parameterizable
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
# Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
|
# Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
|
||||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue