I have a dataset which i applied StringtoWordVector and remove filter and then removed 1 fold using StratifiedFolds
This is the samples i have. My random seed is 0.
However, When i chained the stringtowordvector with a attributeEval filter then removed one fold, i got this sample.
How do i ensure that both folds have the same instances? I am fine with following either samples.
I am trying to compare the effectiveness of feature selection and i cannot work with it having different test sets.