check_feature_signal
Rank features by signal strength relative to your target column using tailored statistical tests for numeric, categorical, and boolean data, with effect sizes and plain-English strength ratings.
Instructions
Score every feature for signal strength relative to target_column.
Picks the right test by type pair: Pearson + Spearman for num↔num,
ANOVA F + η² for num↔cat, χ² + Cramér's V for cat↔cat, Welch t-test +
Cohen's d for boolean target × numeric. Returns ranked features with
effect sizes + plain-English strength buckets. Pairs with auto_modeling_audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| target_column | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||