Machine Learning (ML) MCQs | Page - 27
Dear candidates you will find MCQ questions of Machine Learning (ML) here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
M
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 problem
All base models are trained on all features
You are using k folds for base models
M
Q. Which of the following is the difference between stacking and blending?
M
Q. Which of the following can be one of the steps in stacking?
1. Divide the training data into k folds
2. Train k models on each k-1 folds and get the out of fold predictions for remaining one fold
3. Divide the test data set in “k” folds and get individual fold predictions by different algorithms
M
Q. Q25. Which of the following are advantages of stacking?
1) More robust model
2) better prediction
3) Lower time of execution
M
Q. Which of the following are correct statement(s) about stacking?
A machine learning model is trained on predictions of multiple machine learning models
A Logistic regression will definitely work better in the second stage as compared to other classification methods
First stage models are trained on full / partial feature space of training data
M
Q. Which of the following is true about weighted majority votes?
1. We want to give higher weights to better performing models
2. Inferior models can overrule the best model if collective weighted votes for inferior models is higher than best model
3. Voting is special case of weighted voting
M
Q. Which of the following is true about averaging ensemble?
M
Q. How can we assign the weights to output of different models in an ensemble?
1. Use an algorithm to return the optimal weights
2. Choose the weights using cross validation
3. Give high weights to more accurate models
M
Q. A feature F1 can take certain value: A, B, C, D, E, & F and represents grade of students from a college. Which of the following statement is true in following case?
M
Q. What would you do in PCA to get the same projection as SVD?
Jump to