Skip to content

Commit 0a1c6c1

Browse files
committed
Update docstring for Stateless
1 parent 9b01b49 commit 0a1c6c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/transforms.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ function revert end
5454
"""
5555
Stateless
5656
57-
A stateless transform, i.e. a transform for which the `cache` is not
58-
a function of the input `table` used in a previous [`apply`](@ref) call.
5957
This trait is useful to signal that we can [`reapply`](@ref) a transform
6058
"fitted" with training data to "test" data without relying on the `cache`.
6159
"""

0 commit comments

Comments
 (0)