Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancao authored Jan 21, 2025
1 parent 9f19a10 commit c5a16ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down

0 comments on commit c5a16ad

Please sign in to comment.