rank_target_correlations
Calculates and ranks correlations between a target column and all numeric columns to identify top features related to an outcome.
Instructions
Calculates and ranks the correlation between a single target column and all other numeric columns in the dataset at once. Use this tool when the user wants to rank, sort, or find top features related to a specific outcome column like diagnosis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | pearson | |
| target_col | Yes | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |