- 모든 .md, .html 파일 권한을 644로 정상화 - .gitignore 파일 권한도 644로 수정 - 문서 파일에 실행 권한은 불필요하고 보안상 바람직하지 않음 - deprecated 아이디어 폴더 생성 및 레벨별 UI 변경 아이디어 이동
7 lines
599 B
Markdown
7 lines
599 B
Markdown
# A Unified Approach to Interpreting Model Predictions
|
|
|
|
- **Authors**: Scott M. Lundberg, Su-In Lee
|
|
- **Year**: 2017
|
|
- **Summary**: This paper introduces SHAP (SHapley Additive exPlanations), a method to explain individual predictions. It is based on the game-theoretically optimal Shapley values. SHAP attributes an importance value to each feature for a particular prediction, representing its contribution to pushing the model's output from the base value to the final prediction. It provides a unified framework that connects many other XAI methods.
|
|
- **Link**: https://arxiv.org/abs/1705.07874
|