hhpy - Data Science convenience project
Built with Python Package Template Project.
My attempt at creating a convenient way to use different data science and machine learning operations and frameworks using one unified way. The main idea is to store data in pandas DataFrames and start from there.
Also provides several extensions on pandas, matplotlib and seaborn for convenience.
Installing
Install and update using pip:
pip install hhpy
Or get the latest dev version from github
pip install git+https://github.com/rhedak/hhpy
Documentation
Documentation is available at https://hhpy.readthedocs.io/