Skip to content

GPTreeO

Dividing Local Gaussian Processes for Online Learning Regression

v1.0.1 · Oct 16, 2024 · MIT + file LICENSE

Description

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.

Downloads

CRAN

231

Last 30 days

21471st

536

Last 90 days

2.1K

Last year

Trend: +73.7% (30d vs prior 30d)

r2u CRAN

0

Last 30 days

24

Last 90 days

97

Last year

Trend: -100% (30d vs prior 30d)

autoCRAN

6

Last 7 days

20

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Code

Structure

Lines of code

4,814

Files

27

Compiled share

0%

Has compiled src

No

Language breakdown

R 2,807 (58.3%)Tests 86 (1.8%)Docs 1,869 (38.8%)Vignettes 52 (1.1%)

API

Exported functions

6

Internal functions

0

Recent export changes

v1.0.0+6 CreateWrappedGP, GPNode, GPTree +3 more

Testing & CI

Has tests

Yes

Test-to-code ratio

0.03

testthat edition

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

16.7%

\dontrun example ratio

0%

Roxygen coverage

100%

Has pkgdown

No

NEWS present

Yes

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

0%

Unsafe pattern score

0

Dep constraint coverage

0%

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

System requirements

C++ standard

License

MIT + file LICENSE

License flags

SPDX valid, OSI approved

History

Versions

2

First release

2024-09-23

Latest release

2024-10-16

Avg cadence

23 days

Cold removal rate

Dep drift

0

LOC over versions

v1.0.0: 4,811 LOCv1.0.1: 4,814 LOC

Per-file churn detail lives in the source pipeline: https://github.com/r-observatory/cran-code-metrics.

Dependency Network

Dependencies Reverse dependencies R6 hash DiceKriging mlegp GPTreeO

Version History

3 tracked
new 1.0.1 Mar 10, 2026
updated 1.0.1 ← 1.0.0 diff Oct 15, 2024
new 1.0.0 Sep 22, 2024