ESEm icon indicating copy to clipboard operation
ESEm copied to clipboard

Easy emulating of geophysical models including (but not limited to!) Earth System Models.

Results 6 ESEm issues
Sort by recently updated
recently updated
newest added

Wow! Great project - thanks for your hard work. Is there a way to save a trained model, load it into a new notebook, and run inference? Apologies if this...

enhancement

Create a very simple toy-model (ideally using the existing testing routines), plot it, emulate it and then calibrate some parameters.

documentation
good first issue

I recently came across this inference technique used in astrophysics that might be useful in our setting: https://academic.oup.com/mnras/article/398/4/1601/981502.

enhancement

Example usage below. Hoping this will make exploring different kernels a bit easier for users. ![image](https://user-images.githubusercontent.com/56925856/107403564-2a119e80-6afd-11eb-88f3-b8e5ad3eb43b.png) To-do: - [] Add tests

Real ABC (as opposed to history matching) treats the standardized distance [probabilistically](https://en.wikipedia.org/wiki/Approximate_Bayesian_computation) and just samples compares it with samples from a normal distribution similarly to MCMC. It would be great...

enhancement
good first issue

Remove system packages dependency in readthedocs due to API update - it shouldn't be required anyway I don't think...