mapbox / gabbar

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

Explore semi-supervised learning #51

Closed bkowshik closed 7 years ago

bkowshik commented 7 years ago

NOTE: This is not an immediate priority. Opening this ticket to track the idea.

Per http://scikit-learn.org/stable/modules/label_propagation.html

Semi-supervised learning is a situation in which in your training data some of the samples are not labeled. These algorithms can perform well when we have a very small amount of labeled points and a large amount of unlabeled points.

bkowshik commented 7 years ago

Per: https://github.com/mapbox/gabbar/issues/80#issuecomment-314013670