xpectra.Entropy

class xpectra.Entropy[source]

Bases: OODScorer

Normalized Shannon entropy of the predictive distribution.

__init__()

Methods

__init__()

fit(X[, y, model])

score(X[, model])

Attributes

name

name: str = 'entropy'
fit(X, y=None, model=None)[source]
score(X, model=None)[source]