mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-17 15:35:20 +02:00
[docs] updated and testing
This commit is contained in:
parent
55668306cb
commit
a6ad9c33a6
43 changed files with 567 additions and 116 deletions
27
setup.py
27
setup.py
|
|
@ -99,23 +99,32 @@ setup(name = 'GPy',
|
|||
keywords = "machine-learning gaussian-processes kernels",
|
||||
url = "http://sheffieldml.github.com/GPy/",
|
||||
ext_modules = ext_mods,
|
||||
packages = ["GPy.models",
|
||||
packages = ["GPy",
|
||||
"GPy.core",
|
||||
"GPy.core.parameterization",
|
||||
"GPy.kern",
|
||||
"GPy.kern._src",
|
||||
"GPy.kern._src.psi_comp",
|
||||
"GPy.models",
|
||||
"GPy.inference",
|
||||
"GPy.inference.optimization",
|
||||
"GPy.inference.mcmc",
|
||||
"GPy.inference",
|
||||
"GPy.inference.latent_function_inference",
|
||||
"GPy.likelihoods", "GPy.mappings",
|
||||
"GPy.examples", "GPy.core.parameterization",
|
||||
"GPy.core", "GPy.testing",
|
||||
"GPy", "GPy.util", "GPy.kern",
|
||||
"GPy.kern._src.psi_comp", "GPy.kern._src",
|
||||
"GPy.likelihoods",
|
||||
"GPy.mappings",
|
||||
"GPy.examples",
|
||||
"GPy.testing",
|
||||
"GPy.util",
|
||||
"GPy.plotting",
|
||||
"GPy.plotting.gpy_plot",
|
||||
"GPy.plotting.matplot_dep.controllers",
|
||||
"GPy.plotting.matplot_dep", "GPy.plotting",
|
||||
"GPy.plotting.gpy_plot"],
|
||||
"GPy.plotting.matplot_dep",
|
||||
],
|
||||
package_dir={'GPy': 'GPy'},
|
||||
package_data = {'GPy': ['defaults.cfg', 'installation.cfg',
|
||||
'util/data_resources.json',
|
||||
'util/football_teams.json',
|
||||
'plotting/plotting_tests/baseline/*.png'
|
||||
]},
|
||||
include_package_data = True,
|
||||
py_modules = ['GPy.__init__'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue