[D] Making a regression NN estimate its own regression error Submitted by Alex-S-S t3_zh69o0 on December 9, 2022 at 7:28 PM in MachineLearning 25 comments 24
WigglyHypersurface t1_izl6mi2 wrote on December 9, 2022 at 10:25 PM If you don't want to go full Bayesian there's always the good old bootstrap. Retrain the model as many times as possible over N replicates of your original data sampled with replacement, then take the variance of your errors over the N errors. Permalink 7
Viewing a single comment thread. View all comments