Parent
#268
What to build
Replace the full N×N correlation matrices in to_markdown() with compact top-5 views, and add the Target Analysis and Sentinels sections. For feature correlations: within each flagged column's detail section, show the top-5 highest absolute Pearson correlations and top-5 highest absolute Spearman correlations (column name + value, sorted descending by absolute value). Add a ## Target Analysis section showing, for each declared target column, the top-5 absolute Pearson and top-5 absolute Spearman correlations per feature column. Add a ## Sentinels section rendering numeric_sentinels and string_sentinels unchanged.
Acceptance criteria
Blocked by
Parent
#268
What to build
Replace the full N×N correlation matrices in
to_markdown()with compact top-5 views, and add the Target Analysis and Sentinels sections. For feature correlations: within each flagged column's detail section, show the top-5 highest absolute Pearson correlations and top-5 highest absolute Spearman correlations (column name + value, sorted descending by absolute value). Add a## Target Analysissection showing, for each declared target column, the top-5 absolute Pearson and top-5 absolute Spearman correlations per feature column. Add a## Sentinelssection renderingnumeric_sentinelsandstring_sentinelsunchanged.Acceptance criteria
to_markdown()output## Target Analysissection appears whenresult.dataset.target_correlationsis non-empty, showing top-5 Pearson + top-5 Spearman per feature per target## Sentinelssection rendersnumeric_sentinelsandstring_sentinelsfrom the resultto_markdown()is now complete per ADR-0040 — the full compact contract is satisfiedBlocked by