Metadata-Version: 2.4
Name: uq-calculator
Version: 0.1.4
Summary: Run Monte Carlo sampling and calculate UQ metrics.
License: MIT
Keywords: ECE,uncertainty,calibration,machine learning,NLL,MCD,ECE,confidence
Author: Kaylee Smith
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: full
Provides-Extra: plot
Provides-Extra: sklearn
Provides-Extra: tf
Requires-Dist: matplotlib (>=3.5) ; extra == "plot" or extra == "full"
Requires-Dist: numpy (>=1.20)
Requires-Dist: scikit-learn (>=1.2,<1.7) ; extra == "sklearn" or extra == "full"
Requires-Dist: scipy (>=1.10) ; extra == "plot" or extra == "full"
Requires-Dist: tensorflow (>=2.20.0) ; extra == "tf" or extra == "full"
Description-Content-Type: text/markdown


