GATE DA 2024 — Question 62

Numerical answer 2 marks Question 62 2024

Question 62

NAT 2 marks · no negative Data Science Ml

Details of ten international cricket games between two teams “Green” and “Blue” are given in Table C. This table consists of matches played on different pitches, across formats, along with their winners. The attribute Pitch can take one of two values: spin-friendly (represented as \(S\)) or pace-friendly (represented as \(F\)). The attribute Format can take one of two values: one-day match (represented as \(O\)) or test match (represented as \(T\)).

A cricket organization would like to use the information given in Table C to develop a decision-tree model to predict outcomes of future games between these two teams.

To develop such a model, the computed InformationGain(C, Pitch) with respect to the Target is ______ (rounded off to two decimal places).

Table C
Match NumberPitchFormatWinner (Target)
1STGreen
2STBlue
3FOBlue
4SOBlue
5FTGreen
6FOBlue
7SOGreen
8FTBlue
9FOBlue
10SOGreen

Answers and explanations are free — they just need an account.

Where this question comes from

Source: GATE 2024 Data Science and Artificial Intelligence (DA), Q62