We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4352c9d commit 77ff6a7Copy full SHA for 77ff6a7
src/input_augmentation.jl
@@ -91,7 +91,7 @@ A wrapper around analyzers that augments the input with `n` samples of additive
91
This input augmentation is then averaged to return an `Explanation`.
92
93
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,
+For optimal results, $REF_SMILKOV_SMOOTHGRAD recommends setting `std` between 10% and 20% of the input range of each sample,
95
e.g. `std = 0.1 * (maximum(input) - minimum(input))`.
96
97
## Keyword arguments
0 commit comments