mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
commit
61162e15fa
1 changed files with 1 additions and 5 deletions
|
|
@ -3,12 +3,8 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy import linalg, optimize
|
|
||||||
import Tango
|
|
||||||
import sys
|
import sys
|
||||||
import re
|
|
||||||
import numdifftools as ndt
|
|
||||||
import pdb
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
#In Python 2, cPickle is faster. It does not exist in Python 3 but the underlying code is always used
|
#In Python 2, cPickle is faster. It does not exist in Python 3 but the underlying code is always used
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue