Q. Which of the following can be one of the steps in stacking?1. Divide the training data into k folds2. Train k models on each k-1 folds and get the out of fold predictions for remaining one fold3. Divide the test data set in “k” folds and get individual fold predictions by different algorithms (Solved)
1. 1 and 2
2. 2 and 3
3. 1 and 3
4. all of above
- a. 1 and 2