Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancao authored Dec 10, 2024
1 parent e5c3c8a commit acb121e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,11 @@ To accurately assess the calibration of machine learning models, it is essential

## Installation

`calzone` package require installation of `numpy`, `scipy`, `matplotlib` and `statsmodels`.

You can install calzone using pip:
```
pip install -e "git+https://github.com/DIDSR/calzone.git#egg=calzone"
pip install calzone-tool
```

Alternatively, you can clone the repository and install it locally:
```
git clone https://github.com/DIDSR/calzone.git
cd calzone
pip install .
```
## 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.
Expand Down

0 comments on commit acb121e

Please sign in to comment.