From ef044197fbcac01e74d14281da1475a14d4702f8 Mon Sep 17 00:00:00 2001 From: bobturneruk Date: Thu, 4 Jun 2020 09:51:30 +0100 Subject: [PATCH] parameterization of priors --- GPy/core/parameterization/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/GPy/core/parameterization/__init__.py b/GPy/core/parameterization/__init__.py index fb064c9c..28ac755f 100644 --- a/GPy/core/parameterization/__init__.py +++ b/GPy/core/parameterization/__init__.py @@ -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). # Licensed under the BSD 3-clause license (see LICENSE.txt)