autogluon / tabrepo

Apache License 2.0
27 stars 7 forks source link

Reverse engineer fold indices to simulate cross-validation early stopping #59

Open Innixma opened 1 month ago

Innixma commented 1 month ago

We know that all folds were generated with the same seed in TabRepo's current suite (AutoGluon default seed), so we can go back and get those indices for each dataset for the purposes of simulating cross-validation early stopping at the fold level.

Reference Paper: "Don’t Waste Your Time: Early Stopping Cross-Validation"