find_anomalies
Detect data anomalies using statistical, pattern, or missing value methods to identify outliers and irregularities in datasets for quality assurance.
Instructions
Find anomalies in the data using multiple detection methods.
Returns: FindAnomaliesResult with comprehensive anomaly detection results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | List of columns to analyze (None = all columns) | |
| sensitivity | No | Sensitivity threshold for anomaly detection (0-1) | |
| methods | No | Detection methods to use (None = all methods) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anomalies | Yes | Comprehensive anomaly detection results | |
| sensitivity | Yes | Sensitivity threshold used for detection (0.0-1.0) | |
| methods_used | Yes | Detection methods that were applied | |
| columns_analyzed | Yes | Names of columns that were analyzed for anomalies |