Package: GPTreeO 1.0.1
GPTreeO: Dividing Local Gaussian Processes for Online Learning Regression
We implement and extend the Dividing Local Gaussian Process algorithm by Lederer et al. (2020) <doi:10.48550/arXiv.2006.09446>. Its main use case is in online learning where it is used to train a network of local GPs (referred to as tree) by cleverly partitioning the input space. In contrast to a single GP, 'GPTreeO' is able to deal with larger amounts of data. The package includes methods to create the tree and set its parameter, incorporating data points from a data stream as well as making joint predictions based on all relevant local GPs.
Authors:
GPTreeO_1.0.1.tar.gz
GPTreeO_1.0.1.zip(r-4.5)GPTreeO_1.0.1.zip(r-4.4)GPTreeO_1.0.1.zip(r-4.3)
GPTreeO_1.0.1.tgz(r-4.4-any)GPTreeO_1.0.1.tgz(r-4.3-any)
GPTreeO_1.0.1.tar.gz(r-4.5-noble)GPTreeO_1.0.1.tar.gz(r-4.4-noble)
GPTreeO_1.0.1.tgz(r-4.4-emscripten)GPTreeO_1.0.1.tgz(r-4.3-emscripten)
GPTreeO.pdf |GPTreeO.html✨
GPTreeO/json (API)
NEWS
# Install 'GPTreeO' in R: |
install.packages('GPTreeO', repos = c('https://timo-braun.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/timo-braun/gptreeo/issues
Last updated 1 months agofrom:98ecac2fd8. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win | OK | Nov 15 2024 |
R-4.5-linux | OK | Nov 15 2024 |
R-4.4-win | OK | Nov 15 2024 |
R-4.4-mac | OK | Nov 15 2024 |
R-4.3-win | OK | Nov 15 2024 |
R-4.3-mac | OK | Nov 15 2024 |
Exports:CreateWrappedGPGPNodeGPTreeWrappedDiceKrigingGPWrappedGPWrappedmlegpGP
Dependencies:DiceKriginghashmlegpR6
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Factory function called by GPNode to create the wrapper for a specified GP package | CreateWrappedGP |
R6 Class for the nodes / leaves in the GPTree tree | GPNode |
Tree structure storing all nodes containing local GPs | GPTree |
R6 class WrappedDiceKrigingGP | WrappedDiceKrigingGP |
R6 class WrappedGP | WrappedGP |
R6 class WrappedmlegpGP | WrappedmlegpGP |