-
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 15: Contraceptive Method Predictor Report #18
Comments
Data analysis review checklistReviewer: @cuthchowConflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing: 1.5 hoursReview Comments:
AttributionThis was derived from the JOSE review checklist and the ROpenSci review checklist. |
Data analysis review checklistReviewer: @lirnishConflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing: 1.5hReview Comments:
AttributionThis was derived from the JOSE review checklist and the ROpenSci review checklist. |
Data analysis review checklistReviewer: squistyConflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing: 2Review Comments:
AttributionThis was derived from the JOSE review checklist and the ROpenSci review checklist. |
Data analysis review checklistReviewer: <GITHUB_USERNAME>Conflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing: 2 hReview 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. |
Thank you for the comments! we really appreciate your feedback
|
Submitting authors: @harryyikhchan @christopheralex @abhiket @valli180
Repository: https://github.com/UBC-MDS/contraceptive_method_predictor
Report link: https://github.com/UBC-MDS/contraceptive_method_predictor/blob/main/doc/contraceptive_method_predictor_report.md
Abstract/executive summary:
Here we attempt to build a classification model using the SVC classifier algorithm which can help predict the use of contraceptive of a woman based on her demographic and socio-economic characteristics. The target which was originally of 3 classes has been modified to 2 classes with target 1 defining usage of contraceptive (including short term and long term) and 0 defining no usage of contraceptive.
Our model performed fairly well on unseen data , with an overall accuracy of ~ 74% and the area under the curve (AUC) is of 78%. However the model still has a few false predictions for the non usage of contraceptive. These cases where false positives, that is predicting the usage of contraceptive when in fact the person does not use contraceptives. These kind of predictions give wrong insights of contraceptive usage, thus we feel further work to improve model prediction is needed before we could put this model in the real world.
Editor: @flor14
Reviewer: Affrin Sultana, Samuel Quist, Rong Li, Cuthbert Chow
The text was updated successfully, but these errors were encountered: