Live data from Hacker News

Predicting Crime in Portland – data from the trenches

medium.com

1–9 of 9 posts

Re: Predicting Crime in Portland – data from the trenches

#3

just skimming through, it looks like she's using past data to try to predict the future (call time and location, etc) this seemed flawed from the start it is an interesting project though

The aim of the challenge is to predict crime hotspots which for the most part don't vary much I'd think? The challenge then becomes identifying cluster density as a function of time which might mean using past data makes sense.

Re: Predicting Crime in Portland – data from the trenches

#5

just skimming through, it looks like she's using past data to try to predict the future (call time and location, etc) this seemed flawed from the start it is an interesting project though

Why is it flawed. Crime hotspots are usually cyclical varying with seasons and weather like she points towards the end. There are other factors. You might be thinking of stock markets which is a different thing.

Re: Predicting Crime in Portland – data from the trenches

#7
post #5

just skimming through, it looks like she's using past data to try to predict the future (call time and location, etc) this seemed flawed from the start it is an interesting project though

Why is it flawed. Crime hotspots are usually cyclical varying with seasons and weather like she points towards the end. There are other factors. You might be thinking of stock markets which is a different thing.

Doesn't that assume a stable population and a consistent economy?

Re: Predicting Crime in Portland – data from the trenches

#8
> POIs are tagged with user-generated category tags such as “Amenity,” “Hotel,” “Shop,” “Restaurant,” “Mailbox,” etc. We found 11,000 labeled points of interest in Portland in the 2016 dataset.

Did you use the API or the shape file in here ?

Can you share the list of relevant Census feature to get the names, re-writing them from the picture takes time.

Re: Predicting Crime in Portland – data from the trenches

#9

just skimming through, it looks like she's using past data to try to predict the future (call time and location, etc) this seemed flawed from the start it is an interesting project though

I couldn't understand the argument, can you elaborate with some technical/scientific references ?

P.S: I am not the OP