Model Class Reliance (MCR)

Model Class Reliance (MCR)#

Fisher et al. (2019). All models are wrong, but many are useful: Learning a variable’s importance by studying an entire class of prediction models simultaneously.

関連用語#

羅生門効果(Rashomon effect) :「ひとつの事象に対する見解が互いに矛盾してしまう状況」

羅生門集合(Rashomon set) :最適な訓練精度とほとんど変わらない精度を達成する予測モデルの集合

Model Class Reliance (MCR)#

羅生門集合を用いた、変数の重要度(variable importance: VI)の指標。

2つの特徴量X1,X2があるとする。X1についての model reliance (MR) は観測値(a),(b)があるうちのX1の観測値だけ入れ替えたものへの訓練誤差ともともとの訓練誤差の比率っぽい(permutation importanceみたいな?)

MR(f):=eswitch (f)eorig (f)=E[L{f,(Y(b),X1(a),X2(b))}]E[L{f,(Y,X1,X2)}]= Expected loss of f under noise Expected loss of f without noise 

model class reliance (MCR) はそれらのRashomon set R(ϵ) の中での最小値・最大値

[MCR(ϵ),MCR+(ϵ)]:=[minfR(ϵ)MR(f),maxfR(ϵ)MR(f)]

参考#