> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# atoti_ai.AutoExplain.max_entropy

#### *property* AutoExplain.max\_entropy *: [float](https://docs.python.org/3/library/functions.html#float)*

The maximum entropy above which a level is considered too uniform to explain.

```pycon theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
>>> cube.auto_explain.max_entropy
0.4
>>> cube.auto_explain.max_entropy = 0.5
>>> cube.auto_explain.max_entropy
0.5
```
