Skip to content

Latest commit

History

History
74 lines (42 loc) 路 2.29 KB

feature_attribution.rst

File metadata and controls

74 lines (42 loc) 路 2.29 KB

Feature Attribution

inseq.attr.FeatureAttribution

Gradient Attribution Methods

inseq.attr.feat.GradientAttributionRegistry

inseq.attr.feat.DeepLiftAttribution

Warning

The DiscretizedIntegratedGradientsAttribution class is currently exhibiting inconsistent behavior, so usage should be limited until further notice. See PR # 114 for additional info.

inseq.attr.feat.DiscretizedIntegratedGradientsAttribution

inseq.attr.feat.IntegratedGradientsAttribution

inseq.attr.feat.InputXGradientAttribution

inseq.attr.feat.SaliencyAttribution

Layer Attribution Methods

inseq.attr.feat.LayerIntegratedGradientsAttribution

inseq.attr.feat.LayerGradientXActivationAttribution

inseq.attr.feat.LayerDeepLiftAttribution

Attention Attribution Methods

inseq.attr.feat.AttentionAttributionRegistry

inseq.attr.feat.AttentionAttribution