Skip to content

Commit 77ff6a7

Browse files
committed
Improve docstring
1 parent 4352c9d commit 77ff6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input_augmentation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ A wrapper around analyzers that augments the input with `n` samples of additive
9191
This input augmentation is then averaged to return an `Explanation`.
9292
9393
Defaults to the normal distribution `Normal(0, std^2)` with `std=1`.
94-
For optimal results, $REF_SMILKOV_SMOOTHGRAD recommends setting `std` between 10% and 20% of the input range of every sample,
94+
For optimal results, $REF_SMILKOV_SMOOTHGRAD recommends setting `std` between 10% and 20% of the input range of each sample,
9595
e.g. `std = 0.1 * (maximum(input) - minimum(input))`.
9696
9797
## Keyword arguments

0 commit comments

Comments
 (0)