plot_interactive_correlation_heatmap
Visualize relationships between numeric features with an interactive correlation heatmap. Supports Pearson and Spearman methods, with optional column filtering.
Instructions
Generates an interactive Plotly correlation heatmap. Use this to visualize relationships between numeric features. method must be 'pearson' or 'spearman'. column_filter: optional comma-separated column names or suffix patterns (e.g. '_mean') to restrict the heatmap to a subset of columns. Leave empty for all numeric columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| method | No | pearson | |
| column_filter | No | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |