Q. Suppose you are using stacking with n different machine learning algorithms with k folds on data.Which of the following is true about one level (m base models + 1 stacker) stacking?Note:Here, we are working on binary classification problemAll base models are trained on all featuresYou are using k folds for base models (Solved)
1. you will have only k features after the first stage
2. you will have only m features after the first stage
3. you will have k+m features after the first stage
4. you will have k*n features after the first stage
- b. you will have only m features after the first stage