less than 1 minute read

In this post, I am gonna talk about EDA

contents

  1. What is EDA
  2. Why EDA is needed?
  3. how to perform EDA
  4. Some Common Plots used for EDA

1. What is EDA?

Exploratory Data Analysis (EDA) is a method of analyzing data with visualization , and figuring out the characteristic of variables within your data

When you are on any projects using deep learning or machine learning model, the first thing you need to do is EDA

2. Why EDA is needed?

Once business is started, data is getting more and more be stacked and finally have tons of millions of meta data within database(generally the form of csv) regardless of their practical usage

In this situastion, we obiously cannot look in entire amount. Just need to get only proper one for the reason that we want to make strategic business decisions by “exploring” the data