قارن الطرق
راجع الطرق التي اخترتها جنبًا إلى جنب؛ الصفوف المختلفة مميَّزة.
| شجرة القرار البيزية× | شجرة القرار (Decision Tree)× | |
|---|---|---|
| المجال | تعلم الآلة | تعلم الآلة |
| العائلة | Machine learning | Machine learning |
| سنة النشأة≠ | 1998 | 1984 |
| صاحب الطريقة≠ | Chipman, H. A.; George, E. I.; McCulloch, R. E. | Breiman, Friedman, Olshen & Stone |
| النوع≠ | Bayesian ensemble / tree model | Recursive partitioning (if-then rules) |
| المصدر التأسيسي≠ | 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 ↗ |
| الأسماء البديلة≠ | Bayesian CART, BCART, Bayesian tree induction, probabilistic decision tree | Karar Ağacı (Decision Tree), karar ağacı, classification tree, regression tree |
| ذات صلة | 5 | 5 |
| الملخص≠ | 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. |
| ScholarGateمجموعة البيانات ↗ |
|
|