|
|
|
|
|
by mafuy
1065 days ago
|
|
This is possible if you use e.g. train 1000 models on different subsets of data and verify that each and every one of them is performing well. In that case, you can reasonably infer that another model trained on all data would work well, too. But this is, of course, 1000 times more expensive to do. And if you only train 100, or 10, or 1 model, then the deduction becomes increasingly unstable. So from a practical point of view, it's probably not feasible, because you would put those resources into something else instead that has more ROI. |
|
Your suggestion of running 1000 training runs with different subsets of data sounds excessive and unnecessary to me.