{"id":13592835,"url":"https://github.com/EmuKit/emukit","last_synced_at":"2025-04-09T02:31:28.195Z","repository":{"id":37093983,"uuid":"147290595","full_name":"EmuKit/emukit","owner":"EmuKit","description":"A Python-based toolbox of various methods in decision making, uncertainty quantification and statistical emulation: multi-fidelity, experimental design, Bayesian optimisation, Bayesian quadrature, etc. ","archived":false,"fork":false,"pushed_at":"2024-05-07T13:49:56.000Z","size":16367,"stargazers_count":565,"open_issues_count":38,"forks_count":127,"subscribers_count":17,"default_branch":"main","last_synced_at":"2024-05-07T14:56:10.438Z","etag":null,"topics":["bayesian-optimization","bayesian-quadrature","decision-making","emulation","experimental-design","machine-learning","multi-fidelity","python","sensitivity-analysis","uncertainty-quantification"],"latest_commit_sha":null,"homepage":"https://emukit.github.io/emukit/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EmuKit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-04T05:01:34.000Z","updated_at":"2024-06-18T18:21:40.588Z","dependencies_parsed_at":"2023-01-29T04:45:29.062Z","dependency_job_id":"6609f6bb-5fef-4dec-a97f-e4a067f50c02","html_url":"https://github.com/EmuKit/emukit","commit_stats":{"total_commits":333,"total_committers":37,"mean_commits":9.0,"dds":0.7837837837837838,"last_synced_commit":"02cc8ee3586da02f00731dc79a1e18a6cb654d3e"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmuKit%2Femukit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmuKit%2Femukit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmuKit%2Femukit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmuKit%2Femukit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmuKit","download_url":"https://codeload.github.com/EmuKit/emukit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247965513,"owners_count":21025393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bayesian-optimization","bayesian-quadrature","decision-making","emulation","experimental-design","machine-learning","multi-fidelity","python","sensitivity-analysis","uncertainty-quantification"],"created_at":"2024-08-01T16:01:13.739Z","updated_at":"2025-04-09T02:31:23.164Z","avatar_url":"https://github.com/EmuKit.png","language":"Python","readme":"# Emukit\n\n[![Build Status](https://github.com/EmuKit/emukit/workflows/Tests/badge.svg)](https://github.com/EmuKit/emukit/actions?query=workflow%3ATests) |\n[![Documentation Status](https://readthedocs.org/projects/emukit/badge/?version=latest)](https://emukit.readthedocs.io/en/latest/?badge=latest) |\n[![Tests Coverage](https://codecov.io/gh/emukit/emukit/branch/main/graph/badge.svg)](https://codecov.io/gh/emukit/emukit) |\n[![GitHub License](https://img.shields.io/github/license/emukit/emukit.svg)](https://github.com/emukit/emukit/blob/main/LICENSE)\n\n[Website](https://emukit.github.io/) |\n[Documentation](https://emukit.readthedocs.io/) |\n[Contribution Guide](CONTRIBUTING.md)\n\nEmukit is a highly adaptable Python toolkit for enriching decision making under uncertainty. This is particularly pertinent to complex systems where data is scarce or difficult to acquire. In these scenarios, propagating well-calibrated uncertainty estimates within a design loop or computational pipeline ensures that constrained resources are used effectively.\n\nThe main features currently available in Emukit are:\n\n* **Multi-fidelity emulation:** build surrogate models when data is obtained from multiple information sources that have different fidelity and/or cost;\n* **Bayesian optimisation:** optimise physical experiments and tune parameters of machine learning algorithms;\n* **Experimental design/Active learning:** design the most informative experiments and perform active learning with machine learning models;\n* **Sensitivity analysis:** analyse the influence of inputs on the outputs of a given system;\n* **Bayesian quadrature:** efficiently compute the integrals of functions that are expensive to evaluate.\n\nEmukit is agnostic to the underlying modelling framework, which means you can use any tool of your choice in the Python ecosystem to build the machine learning model, and still be able to use Emukit.\n\n## Installation\n\nTo install emukit, simply run\n```\npip install emukit\n```\n\nFor other install options, see our [documentation](https://emukit.readthedocs.io/en/latest/installation.html).\n\n### Dependencies / Prerequisites\nEmukit's primary dependencies are Numpy and GPy.\nSee [requirements](requirements/requirements.txt).\n\n## Getting started\nFor examples see our [tutorial notebooks](http://nbviewer.jupyter.org/github/emukit/emukit/blob/main/notebooks/index.ipynb).\n\n## Documentation\nTo learn more about Emukit, refer to our [documentation](https://emukit.readthedocs.io).\n\nTo learn about emulation as a concept, check out the [Emukit playground](https://github.com/amzn/Emukit-playground) project.\n\n## Citing the library\n\nIf you are using emukit, we would appreciate if you could cite our papers about Emukit in your research:\n\n    @inproceedings{emukit2019,\n      author = {Paleyes, Andrei and Pullin, Mark and Mahsereci, Maren and McCollum, Cliff and Lawrence, Neil and González, Javier},\n      title = {Emulation of physical processes with {E}mukit},\n      booktitle = {Second Workshop on Machine Learning and the Physical Sciences, NeurIPS},\n      year = {2019}\n    }\n\n    @article{emukit2023,\n      title={Emukit: A {P}ython toolkit for decision making under uncertainty},\n      author={Andrei Paleyes and Maren Mahsereci and Neil D. Lawrence},\n      journal={Proceedings of the Python in Science Conference},\n      year={2023}\n    }\n\nThe papers themselves can be found at these links: [NeurIPS workshop 2019](https://arxiv.org/abs/2110.13293), [SciPy conference 2023](https://conference.scipy.org/proceedings/scipy2023/emukit.html).\n\n## License\n\nEmukit is licensed under Apache 2.0. Please refer to [LICENSE](LICENSE) and [NOTICE](NOTICE) for further license information.\n","funding_links":[],"categories":["A01_机器学习教程","📦 Packages","Python"],"sub_categories":["Python"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEmuKit%2Femukit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEmuKit%2Femukit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEmuKit%2Femukit/lists"}