plot_interactive_correlation_heatmap
Generate an interactive correlation heatmap to visualize relationships between numeric features using Pearson or Spearman methods. Optionally filter columns to focus on specific variables.
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 |