mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
Poisson likelihood.
This commit is contained in:
parent
eedf1f99d1
commit
82d5479438
1 changed files with 2 additions and 0 deletions
|
|
@ -102,3 +102,5 @@ class probit(likelihood):
|
||||||
def _log_likelihood_gradients():
|
def _log_likelihood_gradients():
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
class poisson(likelihood):
|
||||||
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue