> For the complete documentation index, see [llms.txt](https://docs.nrnagents.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nrnagents.ai/advanced-options/spurious-correlations.md).

# Spurious Correlations

Explain the problem at a high level and how users can combat it with our SDK

Some sort of abstraction (registration or we work with them) for grouping

This is available for Neural Networks only

<details>

<summary>Technical Explanation</summary>

Some text to explain spurious correlations

</details>

{% tabs %}
{% tab title="Javascript" %}

```javascript
await model.train(trainingData, { focus: [0, 1, 2] })
```

{% endtab %}

{% tab title="C#" %}

```csharp
await Model.Train(trainingData, { focus: [0, 1, 2] });
```

{% endtab %}
{% endtabs %}

Some sort of abstraction (registration or we work with them) for grouping
