Metadata-Version: 2.4
Name: gpvisc
Version: 0.3.5
Summary: A Python module containing a Gaussian Process - Artificial Neural Network model of melt viscosity
Author-email: Charles Le Losq <lelosq@ipgp.fr>, Clément Ferraina <ferraina@ipgp.fr>
Keywords: viscosity,liquid,glass,magma,phosphate,aluminosilicate
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=1.12
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: xlrd
Requires-Dist: matplotlib
Requires-Dist: torch
Requires-Dist: gpytorch
Requires-Dist: h5py
Dynamic: license-file

# GPVisc
=========

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13843250.svg)](https://zenodo.org/records/13843250) 
![GitHub](https://img.shields.io/github/license/charlesll/gpvisc)

GPVisc is a Python module containing a Gaussian Process - Artificial Neural Network of melt viscosity.

- **Documentation:** https://gpvisc.readthedocs.io
- **Examples:** https://github.com/charlesll/gpvisc/tree/master/examples
- **Web app** https://gpvisc.streamlit.app/
- **Source code:** https://github.com/charlesll/gpvisc/tree/master/src/gpvisc
- **License:** https://github.com/charlesll/gpvisc/tree/master/LICENSE.txt
- **Contributing:** https://github.com/charlesll/gpvisc/blob/master/CONTRIBUTING.md
- **Bug reports:** https://github.com/charlesll/gpvisc/issues
- **Contact:** lelosq@ipgp.fr

See the documentation for more information.
