Metadata-Version: 2.0
Name: retrieveStack
Version: 0.0.1
Summary: retrieveStack
Home-page: https://github.com/Robin888/ModelStacking-project
Author: Ruobing Wang
Author-email: wangruobing@gmail.com
License: MIT
Download-URL: https://github.com/Robin888/ModelStacking-project/tarball/2017-04-07
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: numpy (>=1.9.0)
Requires-Dist: pandas (>=0.19.0)
Requires-Dist: scikit-learn (>=0.18.0)
Requires-Dist: scipy (>=0.18.0)

.. image:: https://travis-ci.org/Robin888/retrieveStack-project.svg?branch=master

.. image:: https://img.shields.io/pypi/v/retrieveStack.svg

.. image:: https://img.shields.io/pypi/l/retrieveStack.svg

.. image:: https://img.shields.io/pypi/pyversions/retrieveStack.svg


Welcome to retrieveStack Documentation
===============================================================================
This is just a example project for demonstration purpose.


**Quick Links**
-------------------------------------------------------------------------------
- `GitHub Homepage <https://github.com/Robin888/retrieveStack-project>`_
- `Online Documentation <http://pythonhosted.org/retrieveStack>`_
- `PyPI download <https://pypi.python.org/pypi/retrieveStack>`_
- `Install <install_>`_
- `Issue submit and feature request <https://github.com/Robin888/retrieveStack-project/issues>`_
- `API reference and source code <http://pythonhosted.org/retrieveStack/py-modindex.html>`_


.. _install:

Install
-------------------------------------------------------------------------------

``retrieveStack`` is released on PyPI, so all you need is:

.. code-block:: console

	$ pip install retrieveStack

To upgrade to latest version:

.. code-block:: console

	$ pip install --upgrade retrieveStack

