File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 3030)
3131from captum .attr ._core .layer .layer_lrp import LayerLRP # noqa
3232from captum .attr ._core .lime import Lime , LimeBase # noqa
33- from captum .attr ._core .llm_attr import LLMAttribution , LLMGradientAttribution # noqa
33+ from captum .attr ._core .llm_attr import ( # noqa
34+ LLMAttribution ,
35+ LLMAttributionResult ,
36+ LLMGradientAttribution ,
37+ )
3438from captum .attr ._core .lrp import LRP # noqa
3539from captum .attr ._core .neuron .neuron_conductance import NeuronConductance # noqa
3640from captum .attr ._core .neuron .neuron_deep_lift import ( # noqa
6771 NeuronAttribution ,
6872 PerturbationAttribution ,
6973)
74+ from captum .attr ._utils .baselines import ProductBaselines # noqa
7075from captum .attr ._utils .class_summarizer import ClassSummarizer
7176from captum .attr ._utils .interpretable_input import ( # noqa
7277 InterpretableInput ,
115120 "LayerActivation" ,
116121 "LayerFeatureAblation" ,
117122 "LLMAttribution" ,
123+ "LLMAttributionResult" ,
118124 "LLMGradientAttribution" ,
119125 "InternalInfluence" ,
120126 "InterpretableInput" ,
134140 "NeuronDeconvolution" ,
135141 "NeuronGuidedBackprop" ,
136142 "NoiseTunnel" ,
143+ "ProductBaselines" ,
137144 "GradientShap" ,
138145 "InterpretableEmbeddingBase" ,
139146 "TextTemplateInput" ,
You can’t perform that action at this time.
0 commit comments