mapbox / gabbar

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

Using results from osm-compare as attributes #38

Closed bkowshik closed 7 years ago

bkowshik commented 7 years ago

We can potentially use the comparators in osm-compare as attributes in Gabbar. The workflow would look like:


cc: @amishas157 @batpad

bkowshik commented 7 years ago

Sync comparators

Async comparators (uses callback)

External API requests

bkowshik commented 7 years ago

Following are some compatibility issues:

bkowshik commented 7 years ago

Following is a summary of compare functions results on the validation dataset.

Compare functions Feature flagged
cf_common_tag_values 44
cf_added_place 27
cf_pokemon_edits 2
cf_null_island 0
cf_dragged_highway_waterway 0
cf_large_building 0
cf_major_name_modification 0
cf_major_road_changed 0
batpad commented 7 years ago

@bkowshik this seems to me that we should revisit the idea of more "tagger" compare functions which serve the function of more general tagging of the types of changes in a changeset, and see if that helps at all to increase the relevance? Happy to discuss.

bkowshik commented 7 years ago

Closing for now. Let's revisit this in a couple of weeks time.