# vi. Data Quality, Bias & Model Risk

Data quality, bias, and model risk describe the limitations and potential failures of analytical and AI systems. Understanding these risks is essential to ensure that outputs are reliable, interpretable, and used appropriately in decision-making.

#### **Bias**

Systematic distortion in data or models that leads to skewed or unfair outcomes.

#### **Data Drift**

Changes in data patterns over time that reduce model accuracy or relevance.

#### **Data Quality**

The degree to which data is accurate, complete, consistent, and timely.

#### **Error Propagation**

The compounding effect of inaccuracies as data moves through analytical processes.

#### **Explainability**

The ability to understand how a model produces its outputs.

#### **Model Risk**

The potential for losses or poor decisions resulting from incorrect or misapplied models.

#### **Outlier**

A data point that deviates significantly from expected patterns and may distort analysis.

#### **Sampling Bias**

Bias introduced when training data does not represent the broader population or use case.

#### **Validation Failure**

A condition where a model performs poorly when tested against new or real-world data.

#### **Use Limitation**

Constraints defining when and how a model’s outputs should be applied.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://info.building.inc/lexicon/ai-analytics-and-automation/vi.-data-quality-bias-and-model-risk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
