Sammenlign metoder
Gjennomgå de valgte metodene side om side; rader som avviker, er uthevet.
| Forklarbare assosiasjonsregler× | Forklarbar Naive Bayes× | |
|---|---|---|
| Fagfelt | Maskinlæring | Maskinlæring |
| Familie | Machine learning | Machine learning |
| Opprinnelsesår≠ | 1993 (rules); 2010s (XAI framing) | 1950s (Naive Bayes); 2000s–2010s (explainability focus) |
| Opphavsperson≠ | Agrawal, R., Imielinski, T., & Swami, A. (foundational); XAI framing: broader community (2010s–present) | Zhang, H. (explainability framing); Naive Bayes: Good, I. J. |
| Type≠ | Interpretable pattern mining / XAI technique | Probabilistic generative classifier with intrinsic explainability |
| Opprinnelig kilde≠ | Agrawal, R., Imielinski, T., & Swami, A. (1993). Mining association rules between sets of items in large databases. Proceedings of the 1993 ACM SIGMOD International Conference on Management of Data, 207–216. DOI ↗ | Rish, I. (2001). An empirical study of the naive Bayes classifier. In IJCAI Workshop on Empirical Methods in AI (pp. 41–46). link ↗ |
| Alias | XAI association rules, interpretable association rules, rule-based explanation mining, transparent association rule learning | XNB, interpretable Naive Bayes, transparent Naive Bayes, explainable probabilistic classifier |
| Relaterte≠ | 6 | 4 |
| Sammendrag≠ | Explainable Association Rules leverages the inherently symbolic, if-then structure of association rule mining to provide human-readable explanations of data patterns or black-box model decisions. Because each rule explicitly states its antecedent and consequent together with support, confidence, and lift, the outputs are natively interpretable without requiring a secondary post-hoc surrogate. | Explainable Naive Bayes extends the classic probabilistic Naive Bayes classifier with transparent, human-readable explanations of its predictions. By surfacing class priors, per-feature likelihoods, and log-odds contributions, it offers the interpretability demanded in high-stakes domains such as medicine, law, and education without sacrificing the simplicity and speed that make Naive Bayes a reliable baseline. |
| ScholarGateDatasett ↗ |
|
|