UBC-MDS / data-analysis-review-2023

0 stars 0 forks source link

Submission: Group 23: Crime Forecast in Vancouver #16

Open SoloSynth1 opened 7 months ago

SoloSynth1 commented 7 months ago

Submitting authors: @phchen5, @SoloSynth1, @zywkloo, @MoNorouzi23

Repository: https://github.com/UBC-MDS/project-avalon Report link: https://ubc-mds.github.io/project-avalon/crime_forecasting.html Abstract/executive summary: This project aims to perform statistical analyses on the crimes committed in the City of Vancouver and develop a forecasting algorithm to forecast the number of crime given a set of lagged values.

We created a model to estimate the frequency of vehicle break-ins each month in Vancouver. It uses historical data to inform its predictions, applying methods that consider both recent occurrences and long-established trends. The chosen approach has an average deviation of about 27 incidents per month from the actual numbers, which is notable given the substantial month-to-month variation in the incident counts. The model's current accuracy demonstrates its potential, and we anticipate that incorporating additional factors, such as weather patterns or significant city events, could enhance its predictive capabilities.

Editor: @SoloSynth1 Reviewer: @atabak-alishiri @sifanzzz

atabak-alishiri commented 7 months ago

Data analysis review checklist

Reviewer: @atabak-alishiri

Conflict of interest

Code of Conduct

General checks

Documentation

Code quality

Reproducibility

Analysis report

Estimated hours spent reviewing:

Review Comments:

The "Crime Forecast in Vancouver" project demonstrates a thoughtful approach to crime forecasting using time-series models. However, there are several areas where the project could be improved:

In conclusion, I gained valuable insights from reviewing your work and plan to apply them to my group project as well. Thank you very much for your excellent contribution!

Attribution

This was derived from the JOSE review checklist and the ROpenSci review checklist.

sifanzzz commented 7 months ago

Data analysis review checklist

Reviewer: <@sifanzzz>

Conflict of interest

Code of Conduct

General checks

Documentation

Code quality

Reproducibility

Analysis report

Estimated hours spent reviewing: 1.5hour

Review Comments:

Your report is well-structured, thorough, and provides a comprehensive overview of your crime forecasting project in Vancouver. Great work overall!

Here are some suggestions to enhance clarity and further strengthen your report:

Introduction and conclusion: It is great that in the introduction part, you clearly state that "the primary objective of this project is to forecast instances of theft from vehicles in Vancouver by analyzing historical data", and the report shows clearly the process of analysis and modelling. But in the conclusion(or in the introduction), it would be better to consider adding a brief statement summarizing the key findings regarding the crime forecasting results, not just a conclusion of the performance of models. It could help to emphasize the importance of this research(not the importance of this model).

README file: it would be nice to also show the author names here as well as the references in the README file.

Data Analysis Section: When discussing missing values in the dataset, could be helpful to briefly mention your approach to handling these missing values. Are they dropped, or is there an imputation strategy in place?

Tables in report: the report would be easier to read and look better displayed if tables could be well rendered.

Attribution

This was derived from the JOSE review checklist and the ROpenSci review checklist.