-
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 24: Crime Prediction in Vancouver #8
Comments
Data analysis review checklistReviewer: @arijc76Conflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing: 2Review Comments:Nice work. I liked this analysis and it's unfortunate that the quality of the available data is not conducive to getting the desired results. I can think of the following as improvements on the work done so far:
As per stackoverflow, this error ccould be solved by inserting the below code in the R Script prior to the render command. You can investigate this further and incorporate any changes in the installation or data analysis pipeline running instructions.
AttributionThis was derived from the JOSE review checklist and the ROpenSci review checklist. |
Reviewer: @lipcaiConflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing: 1.5Review Comments:Good job! The structure of the repo is clean and organized. The research topic is interesting! the scripts and the report are very well-structured. Please find my comments in the following.
#Points could be improved:
Again, great work! It's really hard for me to pick out other points that need to be improved and I got some great ideas for our project after reading yours! Thank you! 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 hoursReview Comments:Well done guys! Thanks for the impressive project, I really enjoyed reviewing it:) Here are some detailed suggestions, and hope they can be helpful for any improvements!
when I run AttributionThis was derived from the JOSE review checklist and the ROpenSci review checklist. |
Data analysis review checklistReviewer: <@zzhzoe>Conflict of interest
Code of Conduct
General checks
Documentation
Code quality
Reproducibility
Analysis report
Estimated hours spent reviewing: 2 hoursReview Comments:Very well done guys, the research topic is well introduced and your report had a clear structure to follow along. I was very engaged reading your project overall. Please find my comments below.
#Suggestions:
Overall, very well done! Such an interesting project and you clearly delivered well. Minor suggestions and lots of good things to learn from. AttributionThis was derived from the JOSE review checklist and the ROpenSci review checklist. |
Thank you for your comments! We really appreciate your feedback. We made the following changes regarding your comments:
|
Hi Arijeet, Thank you for your review! We improved our project by the following
If you have more questions or concerns, please kindly let us know. |
Hi @lipcai, Thank you for your review! To your comments
Thanks again for your comment. Please let us know if you have more questions or concerns. |
Submitting authors: @thomassiu, @sy25wang, @RamiroMejia, @jasmineortega
Repository: https://github.com/UBC-MDS/DSCI_522_Crime_Prediction_Vancouver
Report link: https://github.com/UBC-MDS/DSCI_522_Crime_Prediction_Vancouver/blob/main/doc/vancouver_crime_predict_report.md
Abstract/executive summary:
In this project, we attempted to create a classification prediction model to predict the types of crimes that happens in Vancouver, BC based on neighborhood location and time of the crime. Based on our EDA results and model tuning, including necessary data cleaning tasks, we identified that the Logistic Regression model performed the best among all the models tested based on f1 score. The performance of predicting the results of the unseen data was not satisfied, that we believed was due to the lack of associations between the features (Time and Location) and crime type. We proposed further improvements in the future iterations of model optimisations, such as including adding relevant data from outside score (i.e. Vancouver weather, Vancouver housing etc).
Editor: @thomassiu, @sy25wang, @RamiroMejia, @jasmineortega
Reviewer: @lipcai, @arijc76, @zzhzoe, @junrongz
The text was updated successfully, but these errors were encountered: