Vidyalelo
Computer Science · all questions

Machine Learning
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

435

Questions

19/22

Page

Pick an option on a question to see the right answer and solution.

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

Select an option to see the answer and solution.

Type of dataset available in Supervised Learning is

Select an option to see the answer and solution.

Another name for an output attribute.

Select an option to see the answer and solution.

PCA works better if there is
1. A linear structure in the data
2. If the data lies on a curved surface and not on a flat surface
3. If variables are scaled in the same unit

Select an option to see the answer and solution.

What is/are true about kernel in SVM?
1. Kernel function map low dimensional data to high dimensional space
2. It's a similarity function

Select an option to see the answer and solution.

Which statement about outliers is true?

Select an option to see the answer and solution.

Select the correct answers for following statements.
1. Filter methods are much faster compared to wrapper methods.
2. Wrapper methods use statistical methods for evaluation of a subset of features while Filter methods use cross validation.

Select an option to see the answer and solution.

With Bayes classifier, missing data items are

Select an option to see the answer and solution.

scikit-learn also provides functions for creating dummy datasets from scratch:

Select an option to see the answer and solution.

Support vectors are the data points that lie closest to the decision surface.

Select an option to see the answer and solution.

Hierarchical agglomerative clustering is typically visualized as?

Select an option to see the answer and solution.

Commons unsupervised applications include

Select an option to see the answer and solution.

The multiple coefficient of determination is computed by

Select an option to see the answer and solution.

The most popularly used dimensionality reduction algorithm is Principal Component Analysis (PCA). Which of the following is/are true about PCA?
1. PCA is an unsupervised method
2. It searches for the directions that data have the largest variance
3. Maximum number of principal components <= number of features
4. All principal components are orthogonal to each other

Select an option to see the answer and solution.

A term used to describe the case when the independent variables in a multiple regression model are correlated is

Select an option to see the answer and solution.

Bayes' theorem describes the probability of an event, based on prior knowledge of conditions that might be related to the event.

Select an option to see the answer and solution.

In the example of predicting number of babies based on stork's population ,Number of babies is

Select an option to see the answer and solution.

What are two steps of tree pruning work?

Select an option to see the answer and solution.

Can a model trained for item based similarity also choose from a given set of items?

Select an option to see the answer and solution.

Which of the following is true about "Ridge" or "Lasso" regression methods in case of feature selection?

Select an option to see the answer and solution.