-
I followed the instruction in _Notes about running on Windows_ at _https://docs.exoplanet.codes/en/stable/user/install/_.
The first three lines run well, but the last one: **python -m pip install -e …
-
https://github.com/avishart/CatLearn/blob/08ec12b978abc0a8b6ecb1aaa321b3c07d082be2/catlearn/regression/gaussianprocess/kernel/se.py#L42-L56
The last line is never reached (in practice the derivativ…
-
Hi @avishart.
I'm setting up the `eon` interface to the `restructuring` branch again, and I noticed that the `default_model` class:
```python
def get_default_model(model='tp',prior='median'…
-
Finish this commit: https://github.com/soldasim/BOSS.jl/commit/0e068b593a9ee4199fbbce3bf5a25c596e499b74
The amplitude (marginal deviation) hyperparameter of GP has been added to `GaussianProcess` m…
-
**Describe the bug**
The system I am trying to simulate is quite large with 516 atoms total of furfural, furfural derivatives, surface adsorbed hydrogen, and molecular hydrogen over a molybdenum carb…
-
Installing from source on Mac OS X 12.6, python 3.11, jax 0.4.29. On importing the jax module, I see:
```
>>> from celerite2.jax import terms, GaussianProcess as CeleriteGaussianProcess
File [~/g…
-
Hallo,
I'm using the variational gaussian process fitting from tf.probability and so fare everything works fine. The mean() on the final vgp gives me for predictions a nice function but when I try …
-
The Readme links to
https://htmlpreview.github.io/?https://github.com/PumasAI/DataInterpolations.jl/blob/v2.0.0/example/DataInterpolations.html
which includes examples for Loess and GaussianPro…
-
I noticed that simulating random fields from a `GaussianVariogram` works but using a `GaussianCovariance` does not.
For example, after
```julia
using Meshes, GeoStatsFunctions, GeoStatsProcesse…
-
**Describe the bug**
When using the SGP module of FLARE, during training I run into a segmentation fault. This happens regardless if I install FLARE with mkl or openblas + lapacke as directed on [the…