Replies: 1 comment 1 reply
-
Hello Saadiq! I'm delighted to see your project and the fact that you've been able to apply the spatial embeddings in a real-data example. I've read the publication and the code inside the repository. I'm impressed with the visualizations and thorough descriptions of the models with the provided sources. However, the repository's lack of a For final predictions and visualizations, I'd select only hexagons with roads intersecting them since that's where accidents occur. If I wanted to nitpick, then I would change the sampling logic for negative examples - the current logic with sampling from the roads graph is clever (and that was my initial idea as well), but seeing how many accidents from the dataset occur at the intersections, I'd force the sampler to include more intersections in the negative dataset. Maybe even doing some stratification based on road type, to exclude smaller roads near homes. In summary, I think it's a nicely prepared small data science project to start interacting with geospatial embeddings. Thank you for this contribution, Saadiq! |
Beta Was this translation helpful? Give feedback.
-
I did some work using
srai
embeddings to train a linear classifier to detect pedestrian collision locations: https://github.com/smohiudd/pedestrian-collision-predictionWould love some feedback on my work!
Beta Was this translation helpful? Give feedback.
All reactions