In this, Repository I performs Exploratory Data Analysis Implementations using 4 automated EDA tools:-
- Pandas Profiling - Pandas profiling is an open source Python module with which we can quickly do an exploratory data analysis with just a few lines of code.
- SweetViz - SweetViz is a python library that generates beautiful, high-density visualizations which is useful for EDA with just ffew lines of code.
- AutoViz - AutoViz can find the most important features and plot impactful visualizations only using those automatically selected features.
- DABL - Data Analysis Baseline library - Dabl. It is a python library providing a quick overview via visualizations, as well as convenient preprocessing and model search for machine learning.