본문 바로가기
Learning-driven Methodology/ML (Machine Learning)

[Machine Learning] SHAP (SHapley Additive exPlanations)

by goatlab 2022. 5. 3.
728x90
반응형
SMALL

SHAP (SHapley Additive exPlanations)

 

 

SHAP(SHapley Additive exPlanations)는 모든 기계 학습 모델의 출력을 설명하기 위한 게임 이론적인 접근 방식이다. 게임 이론 및 관련 확장의 고전적인 Shapley 값을 사용하여 최적의 학점 할당을 지역 설명과 연결한다.

 

pip install shap
conda install -c conda-forge shap

 

https://shap.readthedocs.io/en/latest/index.html

 

Welcome to the SHAP documentation — SHAP latest documentation

© Copyright 2018, Scott Lundberg. Revision 904b72c3.

shap.readthedocs.io

 

728x90
반응형
LIST