detect_anomalies
Identify anomalous data points in database tables using z-score and IQR methods. Set columns and threshold to flag outliers for further analysis.
Instructions
Обнаружение выбросов z-score и/или IQR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | both | |
| columns | No | ||
| threshold | No | ||
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |