mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
Pre-devel-move check in
This commit is contained in:
parent
643f338337
commit
5405dbd1bc
3 changed files with 32 additions and 25 deletions
|
|
@ -6,18 +6,18 @@ from poisson import Poisson
|
|||
from student_t import StudentT
|
||||
from likelihood import Likelihood
|
||||
from mixed_noise import MixedNoise
|
||||
# TODO need to fix this in a config file.
|
||||
# TODO need to add the files to the git repo!
|
||||
#try:
|
||||
#import sympy as sym
|
||||
#sympy_available=True
|
||||
#except ImportError:
|
||||
#sympy_available=False
|
||||
#if sympy_available:
|
||||
## These are likelihoods that rely on symbolic.
|
||||
#from symbolic import Symbolic
|
||||
#from sstudent_t import SstudentT
|
||||
#from negative_binomial import Negative_binomial
|
||||
##from skew_normal import Skew_normal
|
||||
#from skew_exponential import Skew_exponential
|
||||
#from null_category import Null_category
|
||||
#TODO need to fix this in a config file.
|
||||
#TODO need to add the files to the git repo!
|
||||
try:
|
||||
import sympy as sym
|
||||
sympy_available=True
|
||||
except ImportError:
|
||||
sympy_available=False
|
||||
if sympy_available:
|
||||
#These are likelihoods that rely on symbolic.
|
||||
from symbolic import Symbolic
|
||||
from sstudent_t import SstudentT
|
||||
from negative_binomial import Negative_binomial
|
||||
from skew_normal 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