find_anomalies
Detect data anomalies using statistical, pattern, and missing value analysis methods to identify outliers and irregularities in datasets.
Instructions
Find anomalies in the data using multiple detection methods.
Returns: FindAnomaliesResult with comprehensive anomaly detection results
Input Schema
TableJSON 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) |