> For the complete documentation index, see [llms.txt](https://docs.raga.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raga.ai/ragaai-prism/test-inventory/image-classification.md).

# Image Classification

- [Failure Mode Analysis](https://docs.raga.ai/ragaai-prism/test-inventory/image-classification/failure-mode-analysis.md): Analyze common errors in classification tasks. Refine training and improve model accuracy.
- [Labelling Quality Test](https://docs.raga.ai/ragaai-prism/test-inventory/image-classification/labelling-quality-test.md)
- [Class Imbalance](https://docs.raga.ai/ragaai-prism/test-inventory/image-classification/class-imbalance.md): The Class Imbalance Test is designed to assess the distribution of classes within a dataset, particularly in the context of machine learning tasks like object detection.
- [Drift Detection](https://docs.raga.ai/ragaai-prism/test-inventory/image-classification/drift-detection.md): The Drift Detection Test allows users to identify shifts between training and field/test datasets
- [Near Duplicates Test](https://docs.raga.ai/ragaai-prism/test-inventory/image-classification/near-duplicates-test.md): The Near Duplicate Detection Test in RagaAI is designed to identify both exact and near duplicates within your image dataset.
- [Data Leakage Test](https://docs.raga.ai/ragaai-prism/test-inventory/image-classification/data-leakage-test.md): The Data Leakage Test results provide insights into the presence of data leakage from the training dataset to the test/validation dataset.
- [Outlier Detection](https://docs.raga.ai/ragaai-prism/test-inventory/image-classification/outlier-detection.md): The Outlier Detection Test in RagaAI is crucial for identifying anomalies in your dataset.
- [Active Learning](https://docs.raga.ai/ragaai-prism/test-inventory/image-classification/active-learning.md): The Active Learning Test in RagaAI optimises dataset by selecting the most representative data points within a specified budget.
- [Image Property Drift Detection](https://docs.raga.ai/ragaai-prism/test-inventory/image-classification/image-property-drift-detection.md): The Image Property Drift Detection Test is designed to monitor the shifts in individual image properties over time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.raga.ai/ragaai-prism/test-inventory/image-classification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
