pyGPs: a Python library for Gaussian process regression and classification

Marion Neumann,Shan Huang,D. Marthaler,K. Kersting
DOI: https://doi.org/10.5555/2789272.2912082
Journal of Machine Learning Research
Abstract:We introduce pyGPs, an object-oriented implementation of Gaussian processes (gps) for machine learning. The library provides a wide range of functionalities reaching from simple gp specification via mean and covariance and gp inference to more complex implementations of hyperparameter optimization, sparse approximations, and graph based learning. Using Python we focus on usability for both "users" and "researchers". Our main goal is to offer a user-friendly and flexible implementation of GPs for machine learning.
What problem does this paper attempt to address?