forked from moreo/QuaPy
Merge branch 'master' of github.com:HLT-ISTI/QuaPy
This commit is contained in:
commit
8e14bbc527
14
README.md
14
README.md
|
@ -22,6 +22,20 @@ for facilitating the analysis and interpretation of the experimental results.
|
||||||
pip install quapy
|
pip install quapy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Cite QuaPy
|
||||||
|
|
||||||
|
If you find QuaPy useful (and we hope you will), plese consider citing the original paper in your research:
|
||||||
|
|
||||||
|
```
|
||||||
|
@inproceedings{moreo2021quapy,
|
||||||
|
title={QuaPy: a python-based framework for quantification},
|
||||||
|
author={Moreo, Alejandro and Esuli, Andrea and Sebastiani, Fabrizio},
|
||||||
|
booktitle={Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
|
||||||
|
pages={4534--4543},
|
||||||
|
year={2021}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## A quick example:
|
## A quick example:
|
||||||
|
|
||||||
The following script fetches a dataset of tweets, trains, applies, and evaluates a quantifier based on the
|
The following script fetches a dataset of tweets, trains, applies, and evaluates a quantifier based on the
|
||||||
|
|
Loading…
Reference in New Issue