Which of the following statements is not true about the ID3 algorithm?

Which of the following statements is not true about the ID3 algorithm? Correct Answer Finally it selects the attribute which has the largest entropy value

ID3 is an algorithm which is used to generate a decision tree from a dataset and it begins with the original set S as the root node. On each iteration of the algorithm, it iterates through every unused attribute of the set S and calculates the entropy or the information gain of that attribute. And it then selects the attribute which has the smallest entropy value.
Bissoy MCQ

Related Questions

Which of the following statements are not true about Inductive bias in ID3?
Which of the following statements is not true about ID3?