Skip to content

Commit

Permalink
Update docs/src/transforms.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzgubic authored May 17, 2022
1 parent 23994e7 commit fdbe463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ julia> s = StandardScaling();
julia> x = rand(5);
julia> FeatureTransforms.fit(s, x);
julia> FeatureTransforms.fit!(s, x);
```

## Methods to apply a transform
Expand Down

0 comments on commit fdbe463

Please sign in to comment.