Summary
Currently, seeded run mode is only implemented as a way to handle legacy behavior, but likely is no longer necessary as the user can just one a "single-fold" training run which will do the same thing.
Done when
seeded training mode is deprecated.
ensemble-kfold can fully mimic single-model functionality.
- Both modes can be deprecated as we could just pass in the number of folds [1, k) and the corresponding # of seeds.
Summary
Currently,
seededrun mode is only implemented as a way to handle legacy behavior, but likely is no longer necessary as the user can just one a "single-fold" training run which will do the same thing.Done when
seededtraining mode is deprecated.ensemble-kfoldcan fully mimic single-model functionality.