mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
[classification] sparse gp classification and dtc update
This commit is contained in:
parent
4ea5ebaa68
commit
1d354f5cce
14 changed files with 208 additions and 369 deletions
5
setup.py
5
setup.py
|
|
@ -37,8 +37,9 @@ else:
|
|||
link_args = ['-lgomp']
|
||||
|
||||
ext_mods = [Extension(name='GPy.kern._src.stationary_cython',
|
||||
sources=['GPy/kern/_src/stationary_cython.c','GPy/kern/_src/stationary_utils.c'],
|
||||
include_dirs=[np.get_include()],
|
||||
sources=['GPy/kern/_src/stationary_cython.c',
|
||||
'GPy/kern/_src/stationary_utils.c'],
|
||||
include_dirs=[np.get_include(),'.'],
|
||||
extra_compile_args=compile_flags,
|
||||
extra_link_args = link_args),
|
||||
Extension(name='GPy.util.choleskies_cython',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue