correlation_analysis
Compute correlation matrices for numeric columns using Pearson, Spearman, or Kendall methods to identify and rank the strongest positive and negative relationships in your data.
Instructions
Compute correlation matrix between numeric columns using 'pearson', 'spearman', or 'kendall'. Returns correlation matrix and top ranked strongest positive/negative correlation pairs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | pearson | |
| sample | No | ||
| columns | No | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |