Quiz on Metrics of Interpretability

Quiz yourself on the concepts learned in this chapter.

We'll cover the following...
Technical Quiz
1.

Given a post-hoc explanation S=[0.1,0.4,0.6,0.7,0.9,0.5]S = [0.1, 0.4, -0.6, 0.7, 0.9, -0.5] and the ground-truth explanation Sg=[0.2,0.3,0.4,0.9,0.4,0.5]S_g = [0.2, 0.3, -0.4, 0.9, 0.4, -0.5], what is the Top-5 feature agreement metric between them?

A.

0.2

B.

0.8

C.

0.6

D.

0.7


1 / 5
...