correlation_analysis
Calculate correlation between database columns using Pearson or Spearman methods, and filter results by minimum strength to identify meaningful relationships.
Instructions
Корреляционный анализ (Пирсон/Спирмен).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | pearson | |
| columns | No | ||
| table_name | Yes | ||
| min_strength | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |