Metadata-Version: 2.1
Name: dplearn
Version: 2.0.0
Summary: An useful package for data analysis. 
Home-page: https://github.com/Dual-Points/dplearn
Author: Sen LEI
Author-email: sen.lei@outlook.com
License: BSD 3-clause
Keywords: deep-learning data-mining data-tools statistical-modeling
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent

DP Learn Toolkit in Python
############################################################

|PyPI Version| |PyPI Platform| |PyPI License| |PyPI Doc|




Why Should I Use This?
************************************************************

This is a Python package for data analysis which contains some very useful functions. 


Installation
************************************************************

.. code-block:: bash

 $ pip install dplearn


Or, you can download the source and

.. code-block:: bash

 $ python setup.py install


Add sudo in the beginning if you met problem.



Modules
************************************************************

- tools
- math



Usage
************************************************************


Use As A Python Module
------------------------------------------------------------

.. code-block:: python

 from dplearn.tools import clean
 data = clean(data)
 print(data)



Documentation
************************************************************

Check out the latest ``dplearn`` documentation at `Read the Docs <http://dplearn.readthedocs.io/en/latest/>`_



Contributing
************************************************************

Please send pull requests, very much appriciated. 


1. Fork the `repository <https://github.com/Dual-Points/dplearn>`_ on GitHub.
2. Make a branch off of master and commit your changes to it.
3. Create a Pull Request with your contribution



.. |PyPI Platform| image:: https://img.shields.io/pypi/pyversions/dplearn.svg
   :target: https://pypi.python.org/pypi/dplearn

.. |PyPI License| image:: https://img.shields.io/pypi/l/dplearn.svg
   :target: https://pypi.python.org/pypi/dplearn

.. |PyPI Version| image:: https://img.shields.io/pypi/v/dplearn.svg
   :target: https://pypi.python.org/pypi/dplearn

.. |PyPI download| image:: https://img.shields.io/pypi/dm/dplearn.svg
   :target: https://pypi.python.org/pypi/dplearn

.. |PyPI Doc| image:: https://readthedocs.org/projects/dp-learn/badge/
   :target: https://dp-learn.readthedocs.io/en/latest/


