An open API service indexing awesome lists of open source software.

https://github.com/darcamo/gpr_complex

A Gaussian Process Regression (GPR) library that can work with complex numbers.
https://github.com/darcamo/gpr_complex

gaussian-process-regression gpr machine-learning

Last synced: 5 months ago
JSON representation

A Gaussian Process Regression (GPR) library that can work with complex numbers.

Awesome Lists containing this project

README

          

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

A Gaussian Process Regression (GPR) library that can work with complex numbers.

# Development

For dependency management and publishing to [Pypi](https://pypi.org/) we use
[poetry](https://python-poetry.org/).

If you want to extend `gpr_complex`, clone it from the
[git repository](https://github.com/darcamo/gpr_complex), run
`poetry install` to create the virtual environment with the required
dependencies and run `pre-commit install` to install the commit hooks.