ml-express

A Python library for day to day data analysis and machine learning.


Keywords
data-cleaning-pipeline, data-preparation, data-preprocessing, data-science, data-summarization, eda, feature-engineering, machine-learning, pandas-profiling, visualization
License
AML
Install
pip install ml-express==0.1.1

Documentation

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.

^This is beta release. Some functionality might break.

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.