Contributors: Freda Xin, Mahdi Shadkam-Farrokhi
The package provides a collection of automation tools for some common procedures in machine learning. The current version aims to streamline the EDA and modeling process for Scikit-Learn models.
The package consists of two modules:
-
eda_tools: provides functions to automate common procedures in EDA, model preparation, and data visualization etc.
-
modeling_tools: provides a class that includes methods to streamline the modeling process for Scikit-Learn models.
This is an open-source project. Contributors are welcome. :)
pip install eda-and-beyond==0.0.1
The package is published on PyPi.
Blog post on using Python functions in EDA
Blog post on using Python classes in modeling (coming soon)