Question 1
It is impossible using only axis-aligned splits.

The IIT Madras BS Machine Learning Techniques (MLT) Quiz 2 paper sat on 16 Aug 2026, in the May 2026 term: 10 questions for 36 marks in 120 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.
It is impossible using only axis-aligned splits.
Correct answer
It is unchanged.
Correct answer
It is unchanged.
Correct answer
(A figure from the original paper is missing from the source site.)
(A figure from the original paper is missing from the source site.)
Correct answer
(A figure from the original paper is missing from the source site.)
A node in a decision tree contains an equal number of positive and negative training examples.
What is the entropy of this node?
0
0.5
1
It depends on the total number of training examples.
Correct answer
1
They converge to different minimizers, because the losses differ.
They converge to the same minimizer, and their iterates coincide at every step.
Correct answer
Correct answer
The normal equations have no solution.
Correct answer
Which of the following statements about the K-Nearest Neighbours (KNN) algorithm are correct?
The choice of distance metric can affect the predicted class.
Once trained, KNN makes predictions without referring to the training data.
Every prediction does not require computing distances from the test point to all training data.
The computational cost of prediction generally increases with the size of the training dataset.
Correct answers
The choice of distance metric can affect the predicted class.
The computational cost of prediction generally increases with the size of the training dataset.
Correct answer: 0.3