Skip to content

Commit 0afb4a2

Browse files
committed
Update README.md
1 parent 8547acf commit 0afb4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ cache from a previous `apply` call is used:
134134
newtable, cache = apply(ZScore(), traintable)
135135

136136
# we can reuse the same values of μ and σ with test data
137-
newtable, cache = reapply(ZScore(), testtable, cache)
137+
newtable = reapply(ZScore(), testtable, cache)
138138
```
139139

140140
## Available transforms

0 commit comments

Comments
 (0)