Metadata-Version: 1.1
Name: frontier
Version: 0.1.1
Summary: Provides interfaces for the reading, storage and retrieval of large machine learning data sets for use with scikit-learn
Home-page: https://github.com/samstudio8/frontier
Author: Sam Nicholls
Author-email: sam@samnicholls.net
License: UNKNOWN
Description: ===============================
        Frontier
        ===============================
        
        .. image:: https://badge.fury.io/py/frontier.png
            :target: http://badge.fury.io/py/frontier
        
        .. image:: https://travis-ci.org/SamStudio8/frontier.png?branch=master
                :target: https://travis-ci.org/SamStudio8/frontier
        
        .. image:: https://coveralls.io/repos/SamStudio8/frontier/badge.png?branch=master
                :target: https://coveralls.io/repos/SamStudio8/frontier
        
        A Python package providing interfaces for the reading, storage and retrieval of large machine learning data sets for use with scikit-learn.
        
        * Documentation: http://frontier.readthedocs.org.
        
        Requirements
        ------------
        To use;
        
        * numpy
        
        To test;
        
        * tox
        * pytest
        
        For coverage;
        
        * nose
        * python-coveralls
        
        Installation
        ------------
        
        ::
        
            $ pip install frontier
        
        
        
        History
        =======
        
        0.1.1 (2014-06-30)
        ---------------------
        
        * Documentation now exists.
        * Required data readers to specify an _id instead of forcing use of data file basename in the Statplexer.
        
        0.1.0 (2014-06-28)
        ---------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 2.7
