mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
Need to fix missing data in likelihoods.
This commit is contained in:
parent
38f6d6a911
commit
196732b83b
3 changed files with 196 additions and 175 deletions
|
|
@ -14,9 +14,9 @@ except ImportError:
|
|||
sympy_available=False
|
||||
if sympy_available:
|
||||
# These are likelihoods that rely on symbolic.
|
||||
from symbolic import Symbolic
|
||||
from symbolic2 import Symbolic
|
||||
#from sstudent_t import SstudentT
|
||||
from negative_binomial import Negative_binomial
|
||||
#from skew_normal import Skew_normal
|
||||
#from negative_binomial import Negative_binomial
|
||||
from skew_normal2 import Skew_normal
|
||||
#from skew_exponential import Skew_exponential
|
||||
#from null_category import Null_category
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue