forked from moreo/QuaPy
install command in README.md
This commit is contained in:
parent
37defb9291
commit
29b9671fe1
|
@ -11,6 +11,12 @@ used for evaluating quantification methods.
|
|||
QuaPy also integrates commonly used datasets and offers visualization tools
|
||||
for facilitating the analysis and interpretation of results.
|
||||
|
||||
### Installation
|
||||
|
||||
```commandline
|
||||
pip install quapy
|
||||
```
|
||||
|
||||
## A quick example:
|
||||
|
||||
The following script fetchs a Twitter dataset, trains and evaluates an
|
||||
|
|
Loading…
Reference in New Issue