Metadata-Version: 2.0
Name: hccEncoding
Version: 0.0.1
Summary: hcc-encoding
Home-page: https://github.com/Robin888/hccEncoding project
Author: Ruobing Wang
Author-email: wangruobing@gmail.com
License: MIT
Download-URL: https://github.com/Robin888/hccEncoding project/tarball/2017-04-03
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)

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

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

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

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


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


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


.. _install:

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

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

.. code-block:: console

	$ pip install hccEncoding

To upgrade to latest version:

.. code-block:: console

	$ pip install --upgrade hccEncoding

