You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Train a model that evaluates point predictions from a predictor model.
For a particular prediction, if the model has been trained on plenty of similar features we can be more confident in the prediction than if the model has never seen this kind of features (out of distribution sample).
Train a model that evaluates point predictions from a predictor model.
For a particular prediction, if the model has been trained on plenty of similar features we can be more confident in the prediction than if the model has never seen this kind of features (out of distribution sample).
See for example Quantifying Point-Prediction Uncertainty in Neural Networks via Residual Estimation with an I/O Kernel for one methodology that could be used to train an uncertainty model. The associated code is available here
Other kind of models could be used too.
The text was updated successfully, but these errors were encountered: