카테고리 없음
ICE
Sumin Lim
2022. 7. 8. 23:43
반응형
https://christophm.github.io/interpretable-ml-book/ice.html
9.1 Individual Conditional Expectation (ICE) | Interpretable Machine Learning
Machine learning algorithms usually operate as black boxes and it is unclear how they derived a certain decision. This book is a guide for practitioners to make machine learning decisions interpretable.
christophm.github.io
https://scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
Partial Dependence and Individual Conditional Expectation Plots
Partial dependence plots show the dependence between the target function 2 and a set of features of interest, marginalizing over the values of all other features (the complement features). Due to t...
scikit-learn.org
반응형