bobturneruk
|
dbe28733dc
|
typo
|
2020-06-18 14:41:05 +01:00 |
|
bobturneruk
|
f1572467ec
|
drop epub and pdf builds (as per main GPy)
|
2020-06-18 14:41:05 +01:00 |
|
bobturneruk
|
a6819de25c
|
correct path
|
2020-06-18 14:41:05 +01:00 |
|
bobturneruk
|
36d41a4860
|
add yml config for readthedocs
|
2020-06-18 14:41:05 +01:00 |
|
bobturneruk
|
9463e61e06
|
ignore vs code project settings file
|
2020-06-18 14:41:05 +01:00 |
|
bobturneruk
|
bd4d76c27e
|
ignore itermediary sphinx restructured text
|
2020-06-18 14:41:05 +01:00 |
|
Neil Lawrence
|
5d44eadfae
|
Merge pull request #845 from jbect/fix-issue-844
Use os.makedirs instead of matplotlib.cbook.mkdirs
|
2020-06-18 14:26:02 +01:00 |
|
Julien Bect
|
599e7a4b24
|
plotting_tests.py: Use os.makedirs instead of matplotlib.cbook.mkdirs (fix #844)
|
2020-06-18 14:07:27 +02:00 |
|
Neil Lawrence
|
4ced6146fb
|
Merge pull request #842 from jbect/fix-scipy-dependency
Fix scipy depency problem
|
2020-06-18 12:16:25 +01:00 |
|
Julien Bect
|
62c7ebec0d
|
setup.py: Install scipy < 1.5.0 when using Python 3.5
|
2020-06-17 16:19:23 +02:00 |
|
Julien Bect
|
2d2bed53fc
|
README: Fix scipy version number
|
2020-06-17 15:36:46 +02:00 |
|
Neil Lawrence
|
0ca6ffa623
|
Merge pull request #834 from jbect/drop-python-2.7-support
Drop python 2.7 support and add Travis build with Python 3.8
|
2020-06-17 11:58:36 +01:00 |
|
Julien Bect
|
4aa2ea9f5e
|
travis, appveyor: Add Python 3.8 build
|
2020-05-05 22:30:21 +02:00 |
|
Julien Bect
|
8b74bbf6b9
|
Drop Python 2.7 support (fix #833)
|
2020-05-05 22:30:17 +02:00 |
|
lagph
|
4b74269815
|
Coregionalized regression bugfix (#824)
* route default arg W_rank correctly (Addresses #823)
|
2020-04-08 16:00:20 +01:00 |
|
Zhenwen Dai
|
1c6a686736
|
Merge pull request #825 from SheffieldML/zhenwendai-patch-2
Add cython into the installation requirement
|
2020-04-08 15:53:21 +01:00 |
|
Zhenwen Dai
|
19b572eff6
|
Add cython into installation requirement
|
2020-04-07 20:37:05 +01:00 |
|
Zhenwen Dai
|
1f9ac259ca
|
Merge pull request #783 from MashaNaslidnyk/num-data-fix
Update self.num_data in GP when X is updated
|
2020-03-13 10:08:05 +00:00 |
|
Zhenwen Dai
|
f9bc7f17fc
|
Merge pull request #794 from hugovk/patch-1
Stop using legacy bdist_wininst
|
2020-03-13 10:06:33 +00:00 |
|
Zhenwen Dai
|
4c5c7fc21c
|
Merge pull request #796 from markm541374/prevent-large-intermediate-matrix
fix: rearrange expression to avoid an n^2 array
|
2020-03-09 12:28:47 +00:00 |
|
Zhenwen Dai
|
4ac66e2336
|
Merge pull request #800 from sighellan/devel
Minor fix to multioutput regression example, to clarify code + typo.
|
2020-03-09 12:15:41 +00:00 |
|
Zhenwen Dai
|
918685a8e8
|
Merge pull request #817 from kae-mihara/patch-1
fix ImportError in likelihood.py
|
2020-03-09 12:06:40 +00:00 |
|
kae_mihara
|
31ef0f2844
|
Update setup.py
bump min require version of scipy to 1.3.0
|
2020-03-09 19:23:08 +08:00 |
|
Zhenwen Dai
|
327c72c5ac
|
Merge pull request #805 from ekalosak/ekalosak/tutorial-update
Ekalosak/tutorial update
|
2020-03-09 09:54:23 +00:00 |
|
Zhenwen Dai
|
7275d65214
|
Merge pull request #806 from ablancha/devel
Fix predictive_gradients and posterior_covariance_between_points when normalizer=True
|
2020-03-09 09:53:53 +00:00 |
|
kae_mihara
|
522ccc492f
|
fix ImportError in likelihood.py
in function log_predictive_density_sampling
|
2020-03-09 11:56:23 +08:00 |
|
Antoine Blanchard
|
7550b1e5ef
|
fix normalizer
|
2020-01-14 15:32:25 -05:00 |
|
Eric Kalosa-Kenyon
|
1d9bbaf751
|
brushed up wording
|
2020-01-14 11:57:41 -08:00 |
|
Eric Kalosa-Kenyon
|
3c80c6e30f
|
fixed technical description of gradients_X()
|
2020-01-14 11:52:03 -08:00 |
|
Masha Naslidnyk 🦉
|
7871af8dec
|
self.num_data and self.input_dim are set dynamically in class GP() after the shape of X. In MRD, the user-specific values are passed around until X is defined.
|
2020-01-10 12:42:03 +00:00 |
|
Eric Kalosa-Kenyon
|
585d9cc92b
|
changed ordering of explanation to get to the point fast and provide additional details after
|
2020-01-08 16:10:58 -08:00 |
|
Eric Kalosa-Kenyon
|
c58104c943
|
fixed docstring and added more explanation
|
2020-01-08 16:09:59 -08:00 |
|
Eric Kalosa-Kenyon
|
3c753bb1a0
|
corrected typo in function name
|
2020-01-08 15:32:46 -08:00 |
|
Eric Kalosa-Kenyon
|
c122c26843
|
added missing import
|
2020-01-08 15:24:59 -08:00 |
|
Sigrid Passano Hellan
|
c0b8de4d92
|
Minor fix to multioutput regression example, to clarify code + typo.
|
2019-12-06 17:58:32 +00:00 |
|
Mark McLeod
|
1a67b0d212
|
fix: reorder brackets to avoid an n^2 array
|
2019-11-11 08:20:16 +00:00 |
|
Hugo van Kemenade
|
d1c35ec467
|
Stop using legacy bdist_wininst
|
2019-11-05 15:52:49 +02:00 |
|
Zhenwen Dai
|
5a907bd013
|
Update setup.cfg
|
2019-10-17 08:57:01 +01:00 |
|
Zhenwen Dai
|
5c4c191b6a
|
Update appveyor.yml
|
2019-10-17 08:56:36 +01:00 |
|
Zhenwen Dai
|
2c8245de40
|
Merge branch 'deploy' into devel
|
2019-10-16 15:14:16 +01:00 |
|
Zhenwen Dai
|
204cabb777
|
Bump the version number for release
|
2019-10-16 15:13:42 +01:00 |
|
Zhenwen Dai
|
92d4828d99
|
Merge pull request #776 from marecabo/fix-plotly-defaults
Fix plotly defaults
|
2019-10-16 15:05:02 +01:00 |
|
Masha Naslidnyk 🦉
|
1e06c6ce2f
|
Update self.num_data in GP when X is updated
|
2019-09-05 14:39:13 +01:00 |
|
marecabo
|
e0d214446c
|
fix plotly default marker symbol dict
|
2019-08-05 10:26:35 +02:00 |
|
marecabo
|
9fdea8ca37
|
fix plotly default marker size property type
|
2019-08-05 10:26:15 +02:00 |
|
mzwiessele
|
40137cc8f7
|
fix: tests
|
2019-07-22 18:05:00 +01:00 |
|
mzwiessele
|
fbd43c4e9b
|
fix: plotting_test
|
2019-07-22 16:31:38 +01:00 |
|
mzwiessele
|
59dae7df59
|
Merge branch 'esiivola-feature-multioutput-grad-obs' into devel
|
2019-07-22 14:29:54 +01:00 |
|
mzwiessele
|
f8835d0179
|
fix: return model on example
|
2019-07-22 14:29:03 +01:00 |
|
mzwiessele
|
22ce7ad207
|
Merge branch 'feature-multioutput-grad-obs' of git://github.com/esiivola/GPy into esiivola-feature-multioutput-grad-obs
|
2019-07-22 10:54:28 +01:00 |
|