Metadata-Version: 2.1
Name: dplearn
Version: 2.0.2
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
############################################################

|Sen LEI Website| |Sen LEI Github|


|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
- extra



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 <https://dp-learn.readthedocs.io/en/latest/>`_



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

Please send pull requests, very much appriciated. 


1. Fork |org_repo| 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?logo=python&logoColor=white
   :target: https://pypi.python.org/pypi/dplearn

.. |PyPI License| image:: https://img.shields.io/pypi/l/dplearn.svg
   :target: https://opensource.org/licenses/BSD-3-Clause

.. |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/



.. |Sen LEI Github| image:: https://img.shields.io/badge/Github-Sen%20LEI-orange.svg?logo=github&longCache=true&style=flat&logoColor=white
   :target: https://github.com/Listen180

.. |Sen LEI Website| image:: https://img.shields.io/badge/Author-Sen%20LEI-orange.svg?logo=dplearn/imgs/DP_favicon.png&longCache=true&style=flat&logoColor=white
   :target: https://listen180.github.io/LEI-Sen/



.. |org_repo| image:: https://img.shields.io/badge/-repository-green.svg?logo=github&longCache=true&style=flat&logoColor=white
   :target: https://github.com/Dual-Points/dplearn

