Metadata-Version: 2.1
Name: nsgpytorch
Version: 0.1.0
Summary: A collection of Non-stationary GP models
Home-page: https://github.com/patel-zeel/nsgpytorch
Author: Zeel B Patel
Author-email: patel_zeel@iitgn.ac.in
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# nsgpytorch

Non-stationary GP models implemented based on [GPyTorch](https://gpytorch.ai/).

## Installation
```bash
pip install nsgpytorch
```

## Current list of models
* [Latent Lengthscale Model by Plagemann et al.](http://ais.informatik.uni-freiburg.de/publications/papers/plagemann08ecml.pdf)

