predict-credit-card-balance Pull request fork this repo clone your fork create a dev branch create a notebook file balance.ipynb which has your code when complete, add, commit and push up your "dev" branch then send a pull request to me with your code Overview predit "Balance" of a credit card use the following predictors or features to predict "Balance" "Income","Limit","Rating","Cards","Age","Education","Gender","Student","Married","Ethnicity" Details import the data show any relevant graphs get the "y" vector get the "X" matrix perform linear regression on the training dataset display the results get the r-squared value for the testing dataset