Skip to content

Commit

Permalink
chore: add installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
taharallouche committed Oct 27, 2024
1 parent 31a6a2d commit 66ad526
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ In fact, the method's key principles include:

Various weighting schemes are provided to the user, with each one being optimal under different assumptions. The choice of the right scheme is yours to make!

## Installation

You can install the `hakeem` package directly from `PyPi` using `pip`:

```bash
pip install hakeem
```

## Note: paper results reproduction
The code for reproducing the original [AAAI-2022 paper](https://ojs.aaai.org/index.php/AAAI/article/view/20403)'s experiments 📚🧪📊, benchmarking the **vote-size-matters** crowdsourcing data labelling method, has been moved to a [dedicated repo](https://github.com/taharallouche/truth-tracking-aaai-2022).

0 comments on commit 66ad526

Please sign in to comment.