Methoden vergleichen
Prüfen Sie die ausgewählten Methoden nebeneinander; abweichende Zeilen sind hervorgehoben.
| Bayesian Decision Tree× | Entscheidungsbaum× | |
|---|---|---|
| Fachgebiet | Maschinelles Lernen | Maschinelles Lernen |
| Familie | Machine learning | Machine learning |
| Entstehungsjahr≠ | 1998 | 1984 |
| Urheber≠ | Chipman, H. A.; George, E. I.; McCulloch, R. E. | Breiman, Friedman, Olshen & Stone |
| Typ≠ | Bayesian ensemble / tree model | Recursive partitioning (if-then rules) |
| Wegweisende Quelle≠ | Chipman, H. A., George, E. I., & McCulloch, R. E. (1998). Bayesian CART model search. Journal of the American Statistical Association, 93(443), 935–948. DOI ↗ | Breiman, L., Friedman, J.H., Olshen, R.A. & Stone, C.J. (1984). Classification and Regression Trees. Wadsworth. DOI ↗ |
| Aliasnamen≠ | Bayesian CART, BCART, Bayesian tree induction, probabilistic decision tree | Karar Ağacı (Decision Tree), karar ağacı, classification tree, regression tree |
| Verwandt | 5 | 5 |
| Zusammenfassung≠ | Bayesian Decision Tree (Bayesian CART) places a prior distribution over tree structures and leaf parameters, then uses Markov chain Monte Carlo to explore the posterior distribution of trees given data. Instead of a single best tree, it produces a distribution of plausible trees whose predictions are averaged, yielding calibrated uncertainty estimates alongside point predictions. | A Decision Tree is an interpretable classification and regression method, formalised by Breiman, Friedman, Olshen and Stone in their 1984 CART framework, that partitions the data with hierarchical if-then rules. Each split sends observations down one branch or another until a prediction is read off the leaf. |
| ScholarGateDatensatz ↗ |
|
|