george
george copied to clipboard
Fast and flexible Gaussian Process regression in Python
Hi, Following the link "All the code used in this tutorial is available here." ([https://github.com/dfm/george/blob/master/docs/_code/model.py](url) leads to a 404 error page. Regards
This is necessary for Bayesian optimization, emulation, GPLVM, etc. /cc @davidwhogg @aceilers @HWRix
Added support (and tests) for full yerr, not just diagonal. Happy to add more tests.
Is the interface for `CallableModel` supposed to support parameter values? It doesn't appear that this is currently possible (it would need to be sub-classed for the user to define `parameter_names`...
Update `compute_gradient` to include frozen parameters. Otherwise, the finite difference gradient does not include frozen parameters, which creates a shape mismatch for the array expected by `get_gradient`. This occurs when...
I want to get reproducible results from `GP.sample`. This function could take an optional parameter `rng` of type `numpy.random.Generator`. Rather than call `np.random.multivariate_normal`, we could then call `rng.multivariate_normal`. The same...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. Release notes Sourced from actions/download-artifact's releases. v7.0.0 v7 - What's new [!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.1 to 3.3.0. Release notes Sourced from pypa/cibuildwheel's releases. v3.3.0 🐛 Fix an incompatibility with Docker v29 (#2660) ✨ Adds test-runtime option, to customise how tests on...