Soru
2. When splitting data into branches for a decision tree, what kind of feature is favored and chosen first? The feature that increases purity in the tree nodes. The feature that increases entropy in the tree nodes. The feature that splits the data equally into groups. The feature with the greatest number of categories.
Çözüm
4.5
(340 Oylar)
Ruken
Elit · 8 yıl öğretmeni
Uzman doğrulaması
Cevap
The feature that increases purity in the tree nodes.When splitting data into branches for a decision tree, the feature that increases purity in the tree nodes is favored and chosen first. This is because increasing the purity of the tree nodes leads to a more accurate and efficient decision tree.