Locally Growing Random Trees for Gaussian Processes

Welcome to the documentation for lgrt4gps!

lgrt4gps is a Python library which provides a simple API for locally growing random trees for Gaussian processes For more details we refer to the publication on ArXiv. Written by Jonas Umlauft and Patricia M. Strutz.

Requirements

  • Python 3.6+

Documentation

A documentation is availabel on readthedocs The academic publication can be found at ArXiv

Installation

To install a stable version from PyPi:

~$ pip install lgrt4gps

The latest version is available on GitHub: