Metadata-Version: 1.0
Name: copper
Version: 0.0.4
Summary: Fast, easy and intuitive machine learning prototyping.
Home-page: http://pypi.python.org/pypi/Copper/
Author: Daniel Rodriguez
Author-email: df.rodriguez143@gmail.com
License: LICENSE.txt
Description: Copper
        ======
        
        .. travis-ci:: https://api.travis-ci.org/danielfrg/copper.png
        
        Copper objective is to make machine learning prototyping on python as fast and intuitive as possible.
        To do so connects via the Dataset and Model Comparison classes the pandas and
        scikit-learn projects.
        
        Examples
        --------
        
        1. Iris classification Iris_
        
        Requirements
        ------------
        
        1. pandas
        2. scikit-learn
        
        Note: The package is currently developed for Python 2.7 because scikit-learn does not support
        python 3 yet. When scikit-learn supports python 3 this project will drop support for python 2 and
        support only python 3.
        
        I recommend using the `Anaconda python distribution <http://docs.continuum.io/anaconda/index.html>`
        
        Install
        -------
        
        `pip install copper`
        
        External hyperlinks, like Python_.
        .. _Iris: http://nbviewer.ipython.org/urls/raw.github.com/danielfrg/copper/master/docs/examples/iris/iris.ipynb
Platform: UNKNOWN
