Metadata-Version: 2.0
Name: mlpy
Version: 0.1.0
Summary: A machine learning library for Python
Home-page: https://readthedocs.org/builds/mlpy/
Author: Astrid Jackson
Author-email: ajackson@eecs.ucf.edu
License: MIT
Download-URL: https://github.com/evenmarbles/mlpy
Keywords: machine learning,intelligent agents
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: numpy (>=1.6.2)
Requires-Dist: scipy (>=0.11)
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: six (>=1.9.0)

====
MLPy
====

.. image:: https://img.shields.io/travis/evenmarbles/mlpy.svg
        :target: https://travis-ci.org/evenmarbles/mlpy

.. image:: https://img.shields.io/pypi/v/mlpy.svg
        :target: https://pypi.python.org/pypi/mlpy


A Machine Learning library for Python

* Free software: MIT license
* Documentation: https://mlpy.readthedocs.org.

Features
--------

* TODO




History
-------

0.1.0 (2015-08-11)
---------------------

* First release on PyPI.


