Decision- Tree Pruning
Broschiertes Buch

Decision- Tree Pruning

Versandkostenfrei!
Versandfertig in 6-10 Tagen
22,99 €
inkl. MwSt.
PAYBACK Punkte
11 °P sammeln!
High Quality Content by WIKIPEDIA articles! Decision tree pruning is a variant of decision tree learning, an algorithm used in data mining and machine learning. It attempts to resolve the problem of overfitting. Decision tree pruning modifies the standard learning algorithm for decision trees so that it does not split on attributes that may be irrelevant. For example, an attribute may divide the sample into two roughly equal groups. The standard decision tree learning algorithm would split on this attribute, making the tree larger but without adding predictive power. In practice, deciding whet...