codestates / codestates/ds-TIL
[TIL] day39 오세광 201029
- Dominant language
- No language data
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
# 키워드: PDP, SHAP
# (Act)What you actually did.
1. PDP와 SHAP를 활용하여 시각화하고, 특성이 타켓에 영향을 주는 것들을 알아보았다.
# (Evaluate)How you evaluate your action's outcome vs. the initial goal(plan).
1. 앙상블 모델은 성능은 좋지만, 이해와 설명이 어려운 부분이 있었는데, 그 부분을 해소해주는 PDP와 SHAP 모델을 보니 흥미롭고 계속 보고 싶었다.
2. 특성이 타켓을 예측하는데 글로벌하게 영향을 미치는 PDP와 하나의 샘플을 뽑아, 그 샘플에 특성이 어떻게 영향을 미치는지 알 수 있는 것이 SHAP였다.
# (Reflect)
How you worked throughout the stages plan-research-act-observe-evaluate.
What did you do well, what can you improve upon.
How can you improve your process?
1. 다양한 모델에 대해서 PDP와 SHAP를 사용할 수 있는 함수를 만드는 걸 이해해 나가야 겠다. 지훈님의 함수코드를 뜯어봐서 직접 써본다.
2. 그 결과값을 ML자체를 잘 모르는 일반인에게 어떻게 효과적으로 설명이 가능할지 고민하면서 주석을 달아보는 과정을 해본다.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.