From 16e76d3356eba4893c618fa1b43c946842fdb3a7 Mon Sep 17 00:00:00 2001 From: Qian Cao Date: Wed, 11 Dec 2024 15:53:10 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3ed9fa..ec81b1d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # calzone: a python package for measuring calibration in probabilistic models ![Docs](https://readthedocs.org/projects/calzone-docs/badge/) +[![PyPI version](https://badge.fury.io/py/calzone-tool.svg)](https://badge.fury.io/py/calzone-tool) `calzone` is a comprehensive Python package for calculating and visualizing various metrics to assess the calibration of probabilistic models. To accurately assess the calibration of machine learning models, it is essential to have a comprehensive and reprensative dataset with sufficient coverage of the prediction space. The calibration metrics is not meaningful if the dataset is not representative of true intended population.