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 LogitClassifier to wrap.

Returns:

The efficient credal predictor; predict returns the base’s CategoricalDistribution. Use representer(...) to get the credal-set view that combines the distribution with the calibrated bounds.