Metadata-Version: 1.2
Name: libsvmdata
Version: 0.1
Summary: Fetcher for LIBSVM datasets
Home-page: UNKNOWN
Maintainer: Mathurin Massias
Maintainer-email: mathurin.massias@gmail.com
License: BSD (3-clause)
Download-URL: https://github.com/mathurinm/libsvmdata.git
Description: |image0| |image1|
        
        A python util to fetch datasets from the LIBSVM website.
        
        
        Getting design matrix and target variable is as easy as:
        
        ::
        
            from libsvmdata import fetch_libsvm
            X, y = fetch_libsvm("news20")
        
        
        Currently supported datasets are in ``libsvmdata.datasets.NAMES.keys()``.
        
        
        The datasets are saved in a subfolder ``libsvm`` inside ``libsvmdata.datasets.DATA_HOME``, whose value is:
        
        - the environment variable LIBSVMDATA_HOME if it exists,
        
        - else, the environment variable XDG_DATA_HOME if it exists,
        
        - else, $HOME/data.
        
        
        
        .. |image0| image:: https://travis-ci.com/mathurinm/libsvmdata.svg?branch=master
           :target: https://travis-ci.com/mathurinm/libsvmdata/
        .. |image1| image:: https://codecov.io/gh/mathurinm/libsvmdata/branch/master/graphs/badge.svg?branch=master
           :target: https://codecov.io/gh/mathurinm/libsvmdata
        
Platform: UNKNOWN
