Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

null-bucket-hides-progressors-in-snapshot-training

스타1
포크0
업데이트2026년 7월 8일 12:14

Fix the "0% conversion in named stage bucket" false-negative when evaluating a sub-stratification feature on snapshot-based ML training data. Use when: (1) running a multi-query feature-evaluator diagnostic and observing 0% outcome rate in a transitional-stage bucket (e.g., In-Process, Pending, Quote-Sent, Lead-New) with statistically meaningful N, (2) considering rejecting a candidate feature that sub-stratifies that bucket, (3) the training data is built from a current-state snapshot with a temporal gate like `decision_at <= target_date`. The bug: current-snapshot-based SQL typically sends pre-decision progressors to a NULL bucket, not the named transitional bucket. The named bucket self-selects for non-progressors (deterministic 0%). Sub-features within it cannot rescue that. But the feature may still have signal in the NULL bucket where progressors hide. Always stratify NULL by (was-gate-condition-met-at-T, has-submitted, etc.) before concluding a sub-stratification feature is useless.

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly