Do we stratify continuos target variables? #242
kjappelbaum
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a lot of debate around this, see, e.g. the threads in sklearn.
Some thoughts:
KBinsDiscretizer
) or simply sorting and assigning every nth sample to a specific set. On top of that, there's also an interleaved or Venetian Blinds cross-validation approach that is implemented by the pls package. Diago et al (2018)Beta Was this translation helpful? Give feedback.
All reactions