detect_outliers
Identify statistical outliers in datasets using z-score or IQR methods to detect anomalies and improve data quality.
Instructions
Detect outliers in a dataset using z-score or IQR method (Domain: statistics, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes | ||
| method | No | zscore | |
| threshold | No |