This package is a simple tool to automate the most common stages of a ML project and simplify the process of exploratory data analysis, preprocessing, crossvalidation and evaluation.
This project does not dig into feature selection or the definition of pipelines as that varies depending on the different usecases and datasets.
To install this package from source, simply run
pip install .
on the root of the project.