I use H2O to build and compare models but I wanted to know if there is a feature that allows me to split the data into train and test in a stratified way?
I know that for cross validation the option fold_assignment exist and I use it.
My question is more on the manipulation of the data and when it needs to be split before any model is built.
I had a look a this page but it does not specify if stratified splitting is done for classification.
Maybe for classification problems it is implicit and the stratified splitting is always achieved?