dgpsi
R interface to 'dgpsi' for deep and linked Gaussian process emulations
Science Score: 59.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org -
✓Committers with academic emails
2 of 3 committers (66.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Keywords
Repository
R interface to 'dgpsi' for deep and linked Gaussian process emulations
Basic Info
- Host: GitHub
- Owner: mingdeyu
- License: other
- Language: HTML
- Default Branch: master
- Homepage: https://mingdeyu.github.io/dgpsi-R
- Size: 16.1 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
- Releases: 6
Topics
Metadata Files
README.md
dgpsi 
The R package dgpsi provides R interface to Python package dgpsi for deep and linked Gaussian process emulations using stochastic imputation (SI).
Hassle-free Python Setup
You don't need prior knowledge of Python to start using the package, all you need is a single click in R (see Installation section below) that automatically installs and activates the required Python environment for you!
Features
dgpsi currently has following features:
- Gaussian process emulations with separable or non-separable squared exponential and Matérn-2.5 kernels.
- Deep Gaussian process emulations with flexible structures including:
- multiple layers;
- multiple GP nodes;
- separable or non-separable squared exponential and Matérn-2.5 kernels;
- global input connections;
- non-Gaussian likelihoods (Poisson, Negative-Binomial, heteroskedastic Gaussian, and Categorical).
- Linked emulations of feed-forward systems of computer models by linking (D)GP emulators of deterministic individual computer models.
- Fast Leave-One-Out (LOO) and Out-Of-Sample (OOS) validations for GP, DGP, and linked (D)GP emulators.
- Multi-core predictions and validations for GP, DGP, and Linked (D)GP emulators.
- Sequential designs for (D)GP emulators and bundles of (D)GP emulators.
- Automatic pruning of DGP emulators, both statically and dynamically.
Large-scale GP, DGP, and Linked (D)GP emulations.
Scalable DGP classification using Stochastic Imputation.
Bayesian optimization.
Getting started
- Check A Quick Guide to dgpsi to get started with the package.
- For experimental features, check out our website for the development version.
Installation
You can install the package from CRAN:
r
install.packages('dgpsi')
or its development version from GitHub:
r
devtools::install_github('mingdeyu/dgpsi-R')
After the installation, run
r
library(dgpsi)
to load the package. To install or activate the required Python environment automatically, you can either run dgpsi::init_py() explicitly or simply call any function from the package. That's it - the package is ready to use!
Note
After loadingdgpsi, the package may take some time to compile and initiate the underlying Python environment the first time a function fromdgpsiis executed. Any subsequent function calls won't require re-compiling or re-activation of the Python environment, and will be faster.If you experience Python related issues while using the package, please try to reinstall the Python environment:
r dgpsi::init_py(reinstall = T)Or uninstall completely the Python environment:
r dgpsi::init_py(uninstall = T)and then reinstall:
r dgpsi::init_py()
Research Notice
This package is part of an ongoing research initiative. For detailed information about the research aspects and guidelines for use, please refer to our Research Notice.
References
Owner
- Name: Deyu Ming
- Login: mingdeyu
- Kind: user
- Company: University College London
- Repositories: 5
- Profile: https://github.com/mingdeyu
GitHub Events
Total
- Create event: 2
- Issues event: 4
- Release event: 1
- Delete event: 1
- Issue comment event: 5
- Push event: 111
- Pull request review event: 1
- Pull request event: 5
- Fork event: 2
Last Year
- Create event: 2
- Issues event: 4
- Release event: 1
- Delete event: 1
- Issue comment event: 5
- Push event: 111
- Pull request review event: 1
- Pull request event: 5
- Fork event: 2
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 158
- Total Committers: 3
- Avg Commits per committer: 52.667
- Development Distribution Score (DDS): 0.019
Top Committers
| Name | Commits | |
|---|---|---|
| Deyu Ming | d****6@u****k | 155 |
| TJ McKinley | t****y@e****k | 2 |
| TJ McKinley | t****y@u****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2
- Total pull requests: 5
- Average time to close issues: about 19 hours
- Average time to close pull requests: about 16 hours
- Total issue authors: 2
- Total pull request authors: 4
- Average comments per issue: 1.5
- Average comments per pull request: 0.4
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 3
- Average time to close issues: about 19 hours
- Average time to close pull requests: about 23 hours
- Issue authors: 2
- Pull request authors: 3
- Average comments per issue: 1.5
- Average comments per pull request: 0.33
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kaedonkers (1)
- batistahpedro (1)
Pull Request Authors
- mingdeyu (2)
- tjmckinley (2)
- BayesExeter (2)
- timothee-bacri (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 255 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: dgpsi
Interface to 'dgpsi' for Deep and Linked Gaussian Process Emulations
- Homepage: https://github.com/mingdeyu/dgpsi-R
- Documentation: http://cran.r-project.org/web/packages/dgpsi/dgpsi.pdf
- License: MIT + file LICENSE
-
Latest release: 2.5.0
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- R >= 4.0 depends
- benchmarkme >= 1.0.8 imports
- reticulate >= 1.25 imports
- MASS * suggests
- R.utils * suggests
- knitr * suggests
- rmarkdown * suggests
- utils * suggests