libsvmdata icon indicating copy to clipboard operation
libsvmdata copied to clipboard

Python package to fetch data from the LIBSVM website.

Results 9 libsvmdata issues
Sort by recently updated
recently updated
newest added

Add dependabot to keep gh actions up to date.

I think it would be a better idea to use standard directories for data det, e.g. `XDG_DATA_HOME` in the XDG spec (and others for windows and macos). There is the...

This PR refactors the current use of `setup.cfg`, `setup.py`, and `requremtents.txt` into `pyproject.toml`.

Please see `libsvmdata/libsvm.py` Line 177-184 LibsvmDataset("w3a_test", "w1a.t", "binary", 300), LibsvmDataset("w4a", "w1a", "binary", 300), LibsvmDataset("w4a_test", "w1a.t", "binary", 300), LibsvmDataset("w5a", "w1a", "binary", 300), LibsvmDataset("w5a_test", "w1a.t", "binary", 300), LibsvmDataset("w6a", "w1a", "binary", 300), LibsvmDataset("w6a_test",...

Using pyreadr: https://stackoverflow.com/questions/21288133/loading-rdata-files-into-python which is a small dependency This will be useful for the benchopt benchmarks Files are here: https://myweb.uiowa.edu/pbreheny/7600/s16/data.html

The file susy.bz2 does not exist anymore on the fetched url.

This requires a bit more code as the dataset is shipped as a `tar` file containing both the train and test set. This PR makes it possible to download/unzip and...