From 292e69ee0d06cba865deaaf7742b13e6c2d88808 Mon Sep 17 00:00:00 2001 From: Eero Siivola Date: Sun, 24 Jun 2018 12:41:00 +0300 Subject: [PATCH] Added a notice of the correspondence of the likelihood structure to the one of GPstuff due to their request --- GPy/likelihoods/multioutput_likelihood.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GPy/likelihoods/multioutput_likelihood.py b/GPy/likelihoods/multioutput_likelihood.py index 7b201d60..2b407571 100644 --- a/GPy/likelihoods/multioutput_likelihood.py +++ b/GPy/likelihoods/multioutput_likelihood.py @@ -1,5 +1,9 @@ # Copyright (c) 2012-2014 The GPy authors (see AUTHORS.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt) +# Multioutput likelihood structure is similar to the +# corresponding structure in GPstuff. If building complex +# multioutput models on top of this class and need a reference, +# check GPstuff project. import numpy as np from scipy import stats, special