gpr-complex

A GPR library that can work with complex numbers


Keywords
GPR, complex, gaussian-process-regression, machine-learning
License
MIT
Install
pip install gpr-complex==0.3.1

Documentation

pre-commit

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

Development

For dependency management and publishing to Pypi we use poetry.

If you want to extend gpr_complex, clone it from the git repository, run poetry install to create the virtual environment with the required dependencies and run pre-commit install to install the commit hooks.