Machine learningMachine learning
可解释朴素贝叶斯
可解释朴素贝叶斯(Explainable Naive Bayes)在经典的概率性朴素贝叶斯分类器基础上进行了扩展,提供了透明、人类可读的预测解释。通过揭示类别先验概率、各特征似然概率以及对数几率贡献,它在医学、法律和教育等高风险领域提供了所需的解释性,同时不牺牲朴素贝叶斯作为可靠基准的简洁性和速度。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
如何引用本页
ScholarGate. (2026, June 3). Explainable Naive Bayes Classifier. ScholarGate. https://scholargate.app/zh/machine-learning/explainable-naive-bayes
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 决策树机器学习↔ compare
- 逻辑回归研究统计学↔ compare
- 朴素贝叶斯 (Naive Bayes) 是一种快速的概率分类器,它应用贝叶斯定理,同时假设特征在给定类别时是条件独立的机器学习↔ compare
- 随机森林机器学习↔ compare