Project 10— Day 24 of 30 days of Data Analytics with Projects Series
Published in
20 min readDec 6, 2022
Welcome back peep. Hope all’s well. This is Day 24 of 30 days of data analytics where we will be implementing a project covering —
Standardization
Encoding
Linear Regression
Data Profiling
Categorical and Numerical Features
Missing Value Analysis
Unique Value Analysis
Univariate Analysis
Bivariate Analysis
Multivariate Analysis
Correlation Analysis
Correlation Coefficients
Lets cover the most important concepts in brief —
- Standardization: is a technique used to transform variables so that they have a mean of 0 and a standard deviation of 1. This is often done to put variables on the same scale and make them comparable. Standardization is typically used for…