My 5 fold CV gives AUC around 92% with both Neural Net as well as Tree Boosting, However the LB auc is below 75% and I couldn't figure out why that's the case.
I am validating 5 fold model and on the final Target, not on the individual sub targets. Checked my pipeline as well for any inconsistencies, and the validation results look all okay as expected.
Sometimes it's because of unbalanced
What's the validation method you are using ? The reported auc will be quite different based on how you are validating
I am validating 5 fold model and on the final Target, not on the individual sub targets. Checked my pipeline as well for any inconsistencies, and the validation results look all okay as expected.
Hope to find the issue soon.
all the best
How did you calculate the AUC locally?
validating 5 fold model on the final Target
@tarickMorty How did you solve the issue? I am experiencing the same problem.
My test dataset preparation had some inconsistency.