mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 12:32:40 +02:00
More relative import fixes for Python 3 compatibility
This commit is contained in:
parent
5e4afb765a
commit
2ca24a88f5
31 changed files with 60 additions and 60 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
import numpy as np
|
||||
from ..util.univariate_Gaussian import std_norm_pdf, std_norm_cdf
|
||||
import link_functions
|
||||
from likelihood import Likelihood
|
||||
from . import link_functions
|
||||
from .likelihood import Likelihood
|
||||
from scipy import stats
|
||||
|
||||
class Bernoulli(Likelihood):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue