Skip to content

Latest commit

 

History

History
executable file
·
32 lines (18 loc) · 698 Bytes

README.md

File metadata and controls

executable file
·
32 lines (18 loc) · 698 Bytes

ml_express

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.

Installation

pip install ml-express

Usage

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)

Contributing

Contributions are very welcome. Please feel free to submit PR.

License

Distributed under the terms of the MIT license, "ml-express" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.