.DS_Store
.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
codecov.yml
conda-requirements.yml
readthedocs.yml
setup.cfg
setup.py
tests_requirements.txt
.circleci/config.yml
.github/workflows/python-publish.yml
ESEm.egg-info/PKG-INFO
ESEm.egg-info/SOURCES.txt
ESEm.egg-info/dependency_links.txt
ESEm.egg-info/requires.txt
ESEm.egg-info/top_level.txt
docs/Makefile
docs/README.md
docs/api.rst
docs/calibration.rst
docs/conf.py
docs/design.rst
docs/emulation.rst
docs/examples.rst
docs/glossary.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/whats_new.rst
docs/whats_new_1.1.rst
docs/examples/CMIP6_emulator.ipynb
docs/examples/CMIP6_scenarios.csv
docs/examples/CRM_Emulation_with_RandomForest.ipynb
docs/examples/Calibrating_GPs_using_ABC.ipynb
docs/examples/Calibrating_GPs_using_MCMC.ipynb
docs/examples/Create_GP_and_CNN_emulation_figure.ipynb
docs/examples/Emulating_using_ConvNets.ipynb
docs/examples/Emulating_using_GPs.ipynb
docs/examples/README.md
docs/examples/__init__.py
docs/examples/barbados.png
docs/examples/utils.py
docs/images/CNN_diagram.png
esem/__init__.py
esem/abc_sampler.py
esem/data_processors.py
esem/emulator.py
esem/model_adaptor.py
esem/sampler.py
esem/utils.py
esem/wrappers.py
tests/__init__.py
tests/mock.py
tests/test_abc_sampler.py
tests/test_data_processors.py
tests/test_emulator.py
tests/test_gp_model.py
tests/test_mcmc_sampler.py
tests/test_nn_model.py
tests/test_rf_model.py
tests/test_utils.py
tests/test_wrappers.py