UBC-MDS / Bank_Marketing_Prediction

Public repository for DSCI_522 group 23.
MIT License
1 stars 6 forks source link

Milestone 4 - Fixes after eedback from TA & Peer Reviews #56

Open mmaidana24318 opened 2 years ago

mmaidana24318 commented 2 years ago

Hi - I compiled a list of the changes we did after the feedback received. Please review it and add anything else missing. Thanks!

mmaidana24318 commented 2 years ago

We need to select 4 items that we fixed and provide the link to the commit that did it. Here it goes the first one:

[from TA feedback] the licence should be copyrighted to your names not MDS (it is your work) [] https://github.com/UBC-MDS/Bank_Marketing_Prediction/commit/14124fb9f29dc2ae82e538f6a224b962eaa83244

Here is the issues for these fixes: https://github.com/UBC-MDS/data-analysis-review-2021/issues/12

stevenlio88 commented 2 years ago

These are the fixes from this PR #60 : (9ea598d4ea2e8f56bc8b54dd4c7ada0f62236b17) Here is the issues for these fixes: https://github.com/UBC-MDS/data-analysis-review-2021/issues/12

From Peer Review 1 (Milestone 2)

FIXES: An attribute table is added to the final report and include description and data types to each attribute.

From Peer Review 2 (Milestone 2)

FIXES: Update link to data to exclude path to ZIP file (GitHub does not like that), Also added a link to the data source page.

From Peer Review 3 (Milestone 2)

FIXES: In the hyper-parameter tuning section added an explanation why we choose f1 (optimize both recall + precision) as the scoring metric.

FIXES: The project object is restated to emphasize that the prediction model and analysis do not conflict. The model can be used as a tool to predict and select individual customer, analysis help bank to understand what group to prioritize to target.

FIXES: Added a section for the bottom 10 coefficients and discuss what they mean in the final report.