svmlight-loader

PyPI version Supported Python versions Build status Codecov Code coverage ReadTheDocs status

svmlight-loader is a Cython-less (and scikit-learn-less) implementation of the svmlight / libsvm format.

It is designed simply to handle loading this format, which has become somewhat prevalent in exchanging arbitrary sparse machine learning datasets.

It also is specifically intended to support PyPy (though of course it also supports CPython).

Contents