mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 02:52:40 +02:00
Minor reorganising
This commit is contained in:
parent
9eef4ebded
commit
c76f1a4d6d
3 changed files with 8 additions and 9 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import numpy as np
|
||||
import unittest
|
||||
import GPy
|
||||
from GPy.models import GradientChecker
|
||||
from ..models import GradientChecker
|
||||
import functools
|
||||
import inspect
|
||||
from GPy.likelihoods import link_functions
|
||||
from ..likelihoods import link_functions
|
||||
from ..core.parameterization import Param
|
||||
from functools import partial
|
||||
#np.random.seed(300)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue