From c5a16adac1a986c74556c12104faff76dadea546 Mon Sep 17 00:00:00 2001 From: Qian Cao Date: Tue, 21 Jan 2025 15:42:20 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d798aa1..0f0bd30 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ _To accurately assess the calibration of machine learning models, it is essentia ## Installation -You can install calzone using pip: +You can install the package using pip: ``` pip install calzone-tool ``` ## Usage -run `python cal_metrics.py -h` to see the help information and usage. To use the package in your Python code, please refer to the examples in the documentation pages. +Run `python cal_metrics.py -h` to see the help information and usage. To use the package in your Python code, please refer to the examples in the documentation pages. A GUI is available by running `python GUI_cal_metrics.py`. Support for the GUI is experiment and requires additional dependencies (i.e., `nicegui`).