An useful package for data analysis.


Keywords
deep-learning, data-mining, data-tools, statistical-modeling, data-analysis, data-science, python, python-package
License
BSD-3-Clause
Install
pip install dplearn==2.2.2

Documentation

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

$ pip install dplearn

Or, you can download the source and

$ python setup.py install

Add sudo in the beginning if you met problem.

Modules

  • tools
  • math
  • extra

Usage

Use As A Python Module

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

Documentation

Check out the latest dplearn documentation at Read the Docs

Contributing

Please send pull requests, very much appriciated.

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



Sen LEI Website Sen LEI Github