Skip to content

icsaas/svmlight-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 56.1%
  • Python 42.9%
  • Makefile 1.0%