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 bfdf194 commit 85b884bCopy full SHA for 85b884b
bayesflow/adapters/transforms/standardize.py
@@ -13,7 +13,7 @@ class Standardize(ElementwiseTransform):
13
14
>>> z = (x - mean(x)) / std(x)
15
16
- Important: Ensure dynamic standarization (employed by BayesFlow approximators) has been
+ Important: Ensure dynamic standardization (employed by BayesFlow approximators) has been
17
turned off when using this transform.
18
19
Parameters
0 commit comments