mljar / mljar-supervised

Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation
https://mljar.com
MIT License
3k stars 401 forks source link

Add EDA for input data set #125

Closed pplonski closed 4 years ago

pplonski commented 4 years ago

It will be nice to have Exploratory Data Analysis (EDA) similar that is in https://mljar.com image

The EDA can be saved in a separate Markdown file and have link to it from the main AutoML readme.

shahules786 commented 4 years ago

I have sent a PR @pplonski https://github.com/mljar/mljar-supervised/pull/145

pplonski commented 4 years ago

For long categoricals there is overflow in the plot image

pplonski commented 4 years ago

I fixed rotation of x-labels and I change the color of the plots from "blue" to "#007cf2" (this is the color I'm using at https://mljar.com)