Earlier quoted context omitted.
i think this actually gets at what makes applied ML distinct from statistics as a practice, even though there is a ton of overlap. statisticians make assumptions 1 and 2, and think of themselves as trying to find the "correct" parameters of their model. people doing applied ML typically assume they don't know 1 (although they might implicitly make some weak assumptions like sub-gaussian to avoid fat tails, etc.) and…
I disagree, every ML model has some implicit statistical assumption, which is often not well understood by practitioners. At minimum you must assume your underlying process is not fat tailed. If it is, then your training/validation/test data might never be enough to make reliable predictions and your model might break constantly in prod. BTW shifting distributions and fat tailed distributions are sort of equivalent,…
In some cases if you care about PAC generalization bounds, it's even the case that the bounds do actually hold for all possible distributions.