mapbox / gabbar

Guarding OpenStreetMap from harmful edits using machine learning
MIT License
19 stars 7 forks source link

Flag changesets predicted problematic on osmcha #47

Closed bkowshik closed 7 years ago

bkowshik commented 7 years ago

We had Gabbar as part of osmcha previously to predict changesets as they come in for whether they are problematic or not. Changesets predicted by Gabbar would have a label Flagged by gabbar

With Gabbar now predictions now easily accessible on the gabbar-frontend, we should be getting the connection with osmcha back up and running.

As the work on the feature level classifier gets more interesting, it should be a good one to start sending in changesets that Gabbar predicts as problematic to osmcha. This will make it super-easy to consume predictions from Gabbar. 😃


cc: @batpad @geohacker

bkowshik commented 7 years ago

Manually tested pushing a feature predicted harmful by Gabbar onto osmcha.

screen shot 2017-07-10 at 10 56 01 am
bkowshik commented 7 years ago

Deployed prototype anomaly detection model for highways, https://github.com/mapbox/gabbar/issues/88 to push highway features predicted anomalies to osmcha-django-production. 🎉

We are now good to close.