A Python library for day to day data analysis and machine learning. This aims to make data building, cleaning and machine learning much much faster.
pip install ml-express
import ml_express as mlx
from ml_express import eda
# this will create an html report and report will be saved in report folder in working directory
eda.create_summary_report(df)
Contributions are very welcome. Please feel free to submit PR.
Distributed under the terms of the MIT license, "ml-express" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.