arr
arr
**Task** Define the feature variables which are to be predicted using this model **Function to implement** feature_creation()
**Task** Check to see if there are any missing values in both the datasets imported. If yes, then fill those missing values. **Functions to implement** missing_values_table(df) solution_missing_values(df)
Got your first PR merged? Awesome! Continuing the task we started in our last issue: **Task** Try importing the Credit Card data set using the pandas package
**EDA and Vintage Analysis** Perform EDA for the data set to find best factors to be considered for the model. What is Vintage Analysis could be searched [here](https://www.listendata.com/2019/09/credit-risk-vintage-analysis.html). **Where to...