Módszerek összehasonlítása
Tekintse át a kiválasztott módszereket egymás mellett; az eltérő sorok kiemelve jelennek meg.
| Magyarázható HDBSCAN× | Magyarázható Random Forest× | |
|---|---|---|
| Tudományterület | Gépi tanulás | Gépi tanulás |
| Módszercsalád | Machine learning | Machine learning |
| Keletkezés éve≠ | 2017–2020 | 2001–2017 |
| Megalkotó≠ | McInnes, L.; Healy, J. (HDBSCAN); Lundberg & Lee (SHAP-based explanation) | Breiman, L. (RF); Lundberg & Lee (SHAP attribution) |
| Típus≠ | Explainable clustering | Interpretable ensemble (bagging + post-hoc attribution) |
| Alapmű≠ | McInnes, L., Healy, J., & Astels, S. (2017). hdbscan: Hierarchical density based clustering. Journal of Open Source Software, 2(11), 205. DOI ↗ | Lundberg, S. M., & Lee, S.-I. (2017). A unified approach to interpreting model predictions. Advances in Neural Information Processing Systems, 30, 4765–4774. link ↗ |
| Alternatív nevek | XAI-HDBSCAN, Interpretable HDBSCAN, Explainable Hierarchical DBSCAN, HDBSCAN with XAI | XRF, interpretable random forest, transparent random forest, random forest with explainability |
| Kapcsolódó≠ | 6 | 4 |
| Összefoglaló≠ | Explainable HDBSCAN combines the hierarchical density-based clustering algorithm HDBSCAN with post-hoc explainability methods — primarily SHAP — to reveal which input features drive cluster membership and separation. It retains HDBSCAN's ability to find clusters of varying shape and density while adding a principled, auditable explanation layer. | Explainable Random Forest (XRF) combines the predictive power of Breiman's Random Forest ensemble with systematic post-hoc attribution methods — principally SHAP values and mean-decrease-in-impurity importance — to make model decisions transparent and auditable. It delivers both high accuracy and human-interpretable feature contributions, satisfying demands from regulators, domain experts, and academic reviewers alike. |
| ScholarGateAdatkészlet ↗ |
|
|