Question 3
Determine the output of the following text preprocessing pipeline:
['red','blue','green','yellow']
['blue' 'red','yellow']
['blue' 'red']
['red','blue','green']
Determine the output of the following text preprocessing pipeline:
['red','blue','green','yellow']
['blue' 'red','yellow']
['blue' 'red']
['red','blue','green']
Correct answer
['blue' 'red']
Question 3 of 30 in the IIT Madras BS Machine Learning Practice (MLP) End Term paper sat on 13 Sept 2026, in the May 2026 term (Machine Learning Practice 13 Sep 26). It carries 4 marks.