#data-science
Read more stories on Hashnode
Articles with this tag
Data Set Link : https://www.kaggle.com/datasets/uciml/default-of-credit-card-clients-dataset Introduction to the data set Limit_Bal - Credit Balance...
Introduction to the data set This data set has the following features as input columns date ( self-explanatory) currently given in strings day (...
Introduction to Feature Scaling It is the last step in feature transformation. Feature Scaling is a method to standardize the independent features...
What is feature engineering? It is the process of using domain knowledge to extract features from raw data In the machine learning development life...
EDA can be divided into 3 types Univariate (single column analysis) Bi-variate (two-column analysis) Multivariate (more than two column...
7 Basic Questions to ask to Data Before Performing Eda shape of the data First 5 / Last 5 Records Checking For Columns which have null...