Metadata-Version: 2.4
Name: conformalpy
Version: 0.0.1
Summary: Python library for conformal prediction.
Author-email: Antonio Caparrini <acaparri@ucm.es>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Caparrini/conformalpy
Project-URL: Source, https://github.com/caparrini/conformalpy
Project-URL: Issues, https://github.com/Caparrini/conformalpy/issues
Project-URL: Documentation, https://caparrini.github.io/conformalpy/
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: xgboost
Requires-Dist: seaborn
Requires-Dist: statsmodels
Requires-Dist: pytest
Dynamic: license-file

# conformalpy

[![codecov](https://codecov.io/github/Caparrini/conformalpy/graph/badge.svg?token=L2X3B66NTQ)](https://codecov.io/github/Caparrini/conformalpy)
[![CI](https://github.com/caparrini/conformalpy/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/caparrini/conformalpy/actions/workflows/CI.yml)
[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://caparrini.github.io/conformalpy/)

## License

This project is licensed under the [MIT License](https://github.com/Caparrini/conformalpy/blob/main/LICENSE).
