> ## 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.min_variation_threshold

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

The minimum variation a contributor must reach to be reported.

```pycon theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
>>> cube.auto_explain.min_variation_threshold
1e-06
>>> cube.auto_explain.min_variation_threshold = 0.001
>>> cube.auto_explain.min_variation_threshold
0.001
```
