mapbox / gabbar

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

Effect of cross validation parameter on model metrics #83

Closed bkowshik closed 7 years ago

bkowshik commented 7 years ago

In cross-validation, the cv parameter determines the cross-validation splitting strategy. Ex: If cv=3, it is a 3-fold cross-validation. I was curious to see the impact of the value of cv on the model metrics.

Workflow

The following is the graph I got.

index

Questions


cc: @anandthakker @batpad @geohacker

bkowshik commented 7 years ago

I am still unclear, 💭 on why this happened. Let's revisit this again when required.