QuaPy icon indicating copy to clipboard operation
QuaPy copied to clipboard

A framework for Quantification written in Python

Results 5 QuaPy issues
Sort by recently updated
recently updated
newest added

I have updated the datasets' page of the wiki to include statistics for new UCI multiclass datasets and newly added features.

Hi! I recently created a [ncompress](https://github.com/valgur/ncompress) library to add better LZW (.Z file) compression support to Python. I thought you might find it useful.

The code seems to be tied up to using only 'cuda', which by default uses the first gpu in the system ('cuda:0'). It would be handy to be able to...

First I would like to thank the authors for this very useful library - it helped a colleague and me a lot! But today I stumbled upon [the following lines](https://github.com/HLT-ISTI/QuaPy/blob/master/quapy/data/datasets.py#L1-L4)...

A newcomer runs "pip install quapy" and wants to quickly test if it is working. All examples in the "examples" dir looks overwhelming The "quick example" in the readme downloads...