probly.method.efficient_credal_prediction¶
- probly.method.efficient_credal_prediction(base: Predictor) EfficientCredalPredictor[In, Out][source]¶
Create an efficient credal predictor from a base predictor based on [HLohrM+26].
- Parameters:
base – The base
LogitClassifierto wrap.- Returns:
The efficient credal predictor;
predictreturns the base’sCategoricalDistribution. Userepresenter(...)to get the credal-set view that combines the distribution with the calibrated bounds.