Visualization
Visualization
Once we have a clean dataset , Our next step will be Exploratory Data
Analysis (EDA). EDA is the process of understanding what the data is
trying to tell us . It is used to find relationship between each feature and
patterns in data . We find anomalies in data to improvise the accuracy.
There are many ways to implement EDA and we opt to choose pair
plots .Pair plots gives us a clear understanding about distribution of
variables and relationship between them.
From the second row last column we can see that the features f2 and f5
are highly correlated . The overall feature map tells us that all these
features are highly correlated.