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

#### *property* AutoExplain.opposite\_contributors\_included *: [bool](https://docs.python.org/3/library/functions.html#bool)*

Whether contributors moving in the opposite direction of the overall variation are also reported.

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