Skip to main content

property AutoExplain.max_entropy : float

The maximum entropy above which a level is considered too uniform to explain.
>>> cube.auto_explain.max_entropy
0.4
>>> cube.auto_explain.max_entropy = 0.5
>>> cube.auto_explain.max_entropy
0.5