mapbox / gabbar

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

Dimensionality reduction using PCA #53

Open bkowshik opened 7 years ago

bkowshik commented 7 years ago

We currently have 115 attributes for every changeset. It is practically impossible how all these features look like. But, we could use techniques of Dimensionality reduction and project them into 2 dimensions.

We have powerful Principal component analysis (PCA) as part of scikit-learn: