mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 12:32:40 +02:00
more files
This commit is contained in:
parent
7361d311c1
commit
4054442462
8 changed files with 48 additions and 667 deletions
|
|
@ -32,7 +32,7 @@ class GPClassification(GP):
|
|||
|
||||
if likelihood is None:
|
||||
#distribution = GPy.likelihoods.binomial_likelihood.Binomial(link=link)
|
||||
distribution = likelihoods.binomial_likelihood.Binomial()
|
||||
distribution = likelihoods.binomial()
|
||||
likelihood = likelihoods.EP(Y, distribution)
|
||||
elif Y is not None:
|
||||
if not all(Y.flatten() == likelihood.data.flatten()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue