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:Timo Braun [aut, cre], Anders Kvellestad [aut], Riccardo De Bin [ctb]

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.5-any)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

On CRAN:

Conda-Forge:

3.30 score 249 downloads 6 exports 4 dependencies

Last updated 5 months agofrom:98ecac2fd8. Checks:8 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 13 2025
R-4.5-winOKFeb 13 2025
R-4.5-macOKFeb 13 2025
R-4.5-linuxOKFeb 13 2025
R-4.4-winOKFeb 13 2025
R-4.4-macOKFeb 13 2025
R-4.3-winOKFeb 13 2025
R-4.3-macOKFeb 13 2025

Exports:CreateWrappedGPGPNodeGPTreeWrappedDiceKrigingGPWrappedGPWrappedmlegpGP

Dependencies:DiceKriginghashmlegpR6

wrapper creation tutorial

Rendered fromGPTreeO-Vignette.Rmdusingknitr::rmarkdownon Feb 13 2025.

Last update: 2024-10-01
Started: 2024-10-01