CatBoost Part 1: Ordered Target Encoding
StatQuest with Josh Starmer · 8:32
CatBoost's "ordered target encoding" avoids data leakage by encoding each categorical value using only the rows that came *before* it in the data order, plugging in a fixed prior (0.05 in Josh Starmer's examples) inst...