File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-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+ )
38+ from captum .attr ._utils .baselines import ProductBaselines
3439from captum .attr ._core .lrp import LRP # noqa
3540from captum .attr ._core .neuron .neuron_conductance import NeuronConductance # noqa
3641from captum .attr ._core .neuron .neuron_deep_lift import ( # noqa
134139 "NeuronDeconvolution" ,
135140 "NeuronGuidedBackprop" ,
136141 "NoiseTunnel" ,
142+ "ProductBaselines" ,
137143 "GradientShap" ,
138144 "InterpretableEmbeddingBase" ,
139145 "TextTemplateInput" ,
You can’t perform that action at this time.
0 commit comments