Top 350+ Solved Machine Learning (ML) MCQ Questions Answer

From 241 to 255 of 422

Q. What are tree based classifiers?

a. classifiers which form a tree with each attribute at one level

b. classifiers which perform series of condition checking with one attribute at a time

c. both options except none

d. not possible

  • c. both options except none

Q. What is gini index?

a. gini index??operates on the categorical target variables

b. it is a measure of purity

c. gini index performs only binary split

d. all (1,2 and 3)

  • d. all (1,2 and 3)

Q. Tree/Rule based classification algorithms generate ... rule to perform the classification.

a. if-then.

b. while.

c. do while

d. switch.

  • a. if-then.

Q. Decision Tree is

a. flow-chart

b. structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label

c. both a & b

d. class of instance

  • c. both a & b

Q. Which of the following is true about Manhattan distance?

a. it can be used for continuous variables

b. it can be used for categorical variables

c. it can be used for categorical as well as continuous

d. it can be used for constants

  • a. it can be used for continuous variables

Q. hich of the following classifications would best suit the student performance classification systems?

a. if...then... analysis

b. market-basket analysis

c. regression analysis

d. cluster analysis

  • a. if...then... analysis

Q. Which statement is true about the K-Means algorithm? Select one:

a. the output attribute must be cateogrical.

b. all attribute values must be categorical.

c. all attributes must be numeric

d. attribute values may be either categorical or numeric

  • c. all attributes must be numeric

Q. How will you counter over-fitting in decision tree?

a. by pruning the longer rules

b. by creating new rules

c. both by pruning the longer rules’ and ‘ by creating new rules’

d. over-fitting is not possible

  • a. by pruning the longer rules

Q. This  clustering algorithm terminates when mean values computed for the current iteration of the algorithm are identical to the computed mean values for the previous iteration Select one:

a. k-means clustering

b. conceptual clustering

c. expectation maximization

d. agglomerative clustering

  • a. k-means clustering

Q. Which one of the following is the main reason for pruning a Decision Tree?

a. to save computing time during testing

b. to save space for storing the decision tree

c. to make the training set error smaller

d. to avoid overfitting the training set

  • d. to avoid overfitting the training set

Q. You've just finished training a decision tree for spam classification, and it is getting abnormally bad performance on both your training and test sets. You know that your implementation has no bugs, so what could be causing the problem?

a. your decision trees are too shallow.

b. you need to increase the learning rate.

c. you are overfitting.

d. incorrect data

  • a. your decision trees are too shallow.
Subscribe Now

Get All Updates & News