• Stars
    star
    116
  • Rank 302,147 (Top 6 %)
  • Language
    C++
  • Created about 13 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fast and memory-efficient svmlight / libsvm file loader for Python.

svmlight-loader

This is a fast and memory efficient loader (and dumper...) for the svmlight / libsvm sparse data file format in Python.

Install

To install for all users on Unix/Linux:

python setup.py build
sudo python setup.py install

API

The projects follows the same API as scikit-learn:

http://scikit-learn.org/dev/datasets/index.html#datasets-in-svmlight-libsvm-format

Unsupported features: multilabel, query_id, reading from file objects.

Public datasets

Public datasets in svmlight / libsvm format available at http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/

License

Simple BSD.

Authors

Mathieu Blondel and Lars Buitinck