Metadata-Version: 2.1
Name: svmlight-loader
Version: 0.7.11
Summary: A Cython-less implementation of the svmlight / libsvm sparse data format
Home-page: https://github.com/Julian/svmlight-loader
Author: Julian Berman
Author-email: Julian+svmlight_loader@GrayVines.com
License: UNKNOWN
Project-URL: Documentation, https://svmlight-loader.readthedocs.io/en/stable/
Project-URL: Source, https://github.com/Julian/svmlight-loader
Project-URL: Issues, https://github.com/Julian/svmlight-loader/issues/
Description: ===============
        svmlight-loader
        ===============
        
        |PyPI| |Pythons| |CI| |Codecov| |ReadTheDocs|
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/svmlight-loader.svg
          :alt: PyPI version
          :target: https://pypi.org/project/svmlight-loader/
        
        .. |Pythons| image:: https://img.shields.io/pypi/pyversions/svmlight-loader.svg
          :alt: Supported Python versions
          :target: https://pypi.org/project/svmlight-loader/
        
        .. |CI| image:: https://github.com/Julian/svmlight-loader/workflows/CI/badge.svg
          :alt: Build status
          :target: https://github.com/Julian/svmlight-loader/actions?query=workflow%3ACI
        
        .. |Codecov| image:: https://codecov.io/gh/Julian/svmlight-loader/branch/master/graph/badge.svg
          :alt: Codecov Code coverage
          :target: https://codecov.io/gh/Julian/svmlight-loader
        
        .. |ReadTheDocs| image:: https://readthedocs.org/projects/svmlight-loader/badge/?version=stable&style=flat
          :alt: ReadTheDocs status
          :target: https://svmlight-loader.readthedocs.io/en/stable/
        
        ``svmlight-loader`` is a Cython-less (and ``scikit-learn``-less)
        implementation of the `svmlight / libsvm format
        <http://svmlight.joachims.org/>`_.
        
        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).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/x-rst
