alibi icon indicating copy to clipboard operation
alibi copied to clipboard

ALE for second-order effects

Open jklaise opened this issue 4 years ago • 1 comments

Current ALE implementation only calculates first order effects, an extension to second order effects is possible.

If n is the number of features then:

  • In ALE all n main effects are computed automatically, with 2nd order there are n(n-1)/2 of these, how do we specify which ones we want? This may involve a change to the input API as well as the output Explanation

jklaise avatar May 28 '20 14:05 jklaise

Design of the interface would be important especially if we implement PDP for both 1-d and 2-d use cases.

jklaise avatar Jul 14 '21 11:07 jklaise