-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submission: GROUP 18: Credit Card Default Prediction #31
Comments
Peer ReviewReviewer: @gutermanyairConflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing:1.5 Review Comments:Please provide more detailed feedback here on what was done particularly well, and what could be improved. It is especially important to elaborate on items that you were not able to check off in the list above.
AttributionThis was derived from the JOSE review checklist and the ROpenSci review checklist. |
Reviewer:Conflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing:1.75 hrs Review Comments:Overall, well done, Group 18! I like the idea of credit card default prediction, very relevant to the banking industry and our daily life.
Again, fairly good work! And I got some great ideas for our project after reading yours! Thank you! Zack AttributionThis was derived from the JOSE review checklist and the ROpenSci review checklist. |
Peer Review ChecklistReviewer:Conflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing:1.5 hours Review Comments:Overall, you've done a fantastic job and the topic itself is intriguing. Here are my comments:
Again, overall, I think all of you did a wonderful job! I am looking forward to seeing how this project develops towards the end of our course! Best, AttributionThis was derived from the JOSE review checklist and the ROpenSci review checklist. |
Data analysis review checklistReviewer: @jennifer-hoangConflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing: 1.5 hrReview Comments:Excellent work, group 18! Your project and scripts were very organized and well-documented, and I learned a lot from reviewing them. I have only a few suggestions regarding the analysis report:
Overall, this project was really well done! Best, AttributionThis was derived from the JOSE review checklist and the ROpenSci review checklist. |
Hi Everyone, Thanks for all the valuable feedbacks. We have reviewed all your feedbacks in addition to the ones from TAs and the instructor and have implemented the following changes collectively: 1/ Names were missing in the final report but they are added now (Peer) 2/ Paragraph about reasons for choosing ROC_AUC as the metric is added now (Peer) 3/ One of the subtitles of the report is fixed as “splitting and cleaning the data” (Peer) 4/ The figures / tables are now referenced in the report with numbers (Peer & TA) 5/ Train scores are added in the result (Peer) 6/ Model coefficients are added in the result to show which features were most useful (Peer) 7/ Our names are added in the license file (Florencia) 8/ Our emails are added in the code of conduct file (Florencia) 9/ Executive summary is added in the report (Florencia) Thanks again for your constructive feedbacks which greatly helped us to improve our project and the final report. If there is any other issue or concern, please do not hesitate to let us know. |
Submitting authors: @jamesktkim @Davidwang11 @ciciecho-ds @garhwalinauna
Repository: https://github.com/UBC-MDS/Credit-Card-Default-Prediction
Report link: https://github.com/UBC-MDS/Credit-Card-Default-Prediction/blob/main/reports/_build/pdf/book.pdf
Abstract/executive summary:
In this project, we attempt to build a classification model to predict whether a credit card customer is likely to default or not. Our research question is: given characteristics and payment history of a customer, is he or she likely to default on the credit card payment next month?
Our dataset contains 30,000 observations and 23 features, with no missing values. It was put together by I-Cheng Yeh at the Department of Information Management, Chun Hua University. We obtained this data from the UCI Machine Learning Repository.
After training and evaluating different classification models, we selected and tuned a logistic regression model and our logistic model resulted in AUC of 0.768.
Editor: @flor14
Reviewer: @jennifer-hoang @gutermanyair @aimee0317 @zackt113
The text was updated successfully, but these errors were encountered: