check_distributions
Analyzes numeric column distributions to flag heavy skew, multimodality, zero-inflation, and heavy tails, then suggests transforms like log, sqrt, or Yeo-Johnson.
Instructions
Distribution shape per numeric column (Level 1).
Flags heavy skew (|γ₁|>2), multimodality (peak count), zero-inflation,
heavy tails. Suggests transforms (log/sqrt/yeo-johnson). Output size: small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | ||
| source_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||