problem formalization (Doshi-Velez and Kim 2017), which means that for certain problems or tasks it is not enough to get the prediction (the what). The model must also explain how it came to the prediction (the why), because a correct prediction only partially solves your original problem. https://christophm.github.io/interpretable-ml-book/interpretability-importance.html
method Model-specific or model-agnostic Local or global 色々な分類があるがあまり整理されていない印象 https://christophm.github.io/interpretable-ml-book/taxonomy-of-interpretability-methods.html 本質的にモデルに備わっている性質として説明性があるのか(決定木とか) モデルをTrainしたあとに何かしらの手法を適用するものか(Permutation feature importanceとか) どのような形式で結果を受け取るか 例)Feature summary stats / Feature summary visualization / Model internals / Data point / Intrinsically interpretable model 特定のモデルにしか使えない手法か、汎用的に使えるか Intrinsic or post hocとほぼ同義 特定個体の予測に対しての説明を提供するのか、モデル全体の振る舞いを説 明するのか、その間か
• 精度が向上しなくなるまで繰り返す • 計算が膨大になるため、実装にはFu (xu ) の計算を軽くするための工夫がいくつか Accurate Intelligible Models with Pairwise Interactions Yin Lou, et al https://www.cs.cornell.edu/~yinlou/papers/lou-kdd13.pdf