# Tabular Data

<figure><img src="/files/ZFiJFjDrOaslgoWsJUfL" alt=""><figcaption><p><a href="https://platform.raga.ai/">Try the RagaAI Platform</a>!</p></figcaption></figure>

The Tabular Data Project on the sample workspace is an example of how the RagaAI Testing Platform can help with the following tasks -&#x20;

* Data Quality Checks before training a new model
* Model Quality Checks to identify performance gaps and perform regression analysis
* End-to-end pipeline level tests beyond AI models

The RagaAI Testing Platform is designed to add science to the art of detection AI issues, performing root cause analysis and providing actionable recommendations. This is done as an automated suite of tests on the platform.&#x20;

An overview of all tests for the sample project is available here -&#x20;

1\. **Failure Mode Analysis**

<figure><img src="/files/MTtx353twhCu8kjaCtGh" alt=""><figcaption><p>Detecting edge cases for structured data on the RagaAI Testing Platform</p></figcaption></figure>

**Goal** - Identify specific image scenarios where the Default Prediction model underperforms, despite overall acceptable performance metrics.

**Methodology** - RagaAI automatically detections scenarios within the dataset and brings any model vulnerabilities on such scenarios to the fore

**Insight** - In this case, we see that the model struggles with specific datapoints in the dataset. Analysing the images within the failing cluster can reveal common characteristics that lead to misclassification. This helps understand the model's limitations and potential biases.

**Impact -** Early identification of failure modes allows for targeted interventions, such as collecting more data for the under-represented cluster to improve model training or fine-tuning the model with specific emphasis on the failing cluster.

For more details, please refer to the detailed [Failure Mode Analysis documentation](/ragaai-prism/test-inventory/tabular-data/failure-mode-analysis.md).


---

# 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://docs.raga.ai/ragaai-prism/sandbox-guide/tabular-data.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.
