mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
another relative import (py3) bug
This commit is contained in:
parent
4f6a0e728a
commit
80f554adfd
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ The MIT Press, 2005.
|
||||||
Neural Networks and Machine Learning, pages 133-165. Springer, 1998.
|
Neural Networks and Machine Learning, pages 133-165. Springer, 1998.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from kern import Kern
|
from .kern import Kern
|
||||||
from ...core.parameterization import Param
|
from ...core.parameterization import Param
|
||||||
from ...core.parameterization.transformations import Logexp
|
from ...core.parameterization.transformations import Logexp
|
||||||
|
|
||||||
|
|
@ -163,4 +163,4 @@ class StdPeriodic(Kern):
|
||||||
#
|
#
|
||||||
# def gradients_X_diag(self, dL_dKdiag, X):
|
# def gradients_X_diag(self, dL_dKdiag, X):
|
||||||
#
|
#
|
||||||
# raise NotImplemented("Periodic kernel: dKdiag_dX not implemented")
|
# raise NotImplemented("Periodic kernel: dKdiag_dX not implemented")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue