Skip to content

Commit 310ae8e

Browse files
committed
Update README
1 parent e04c81a commit 310ae8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ Below are a few transforms that you can contribute:
189189
## Related packages
190190

191191
- [FeatureTransforms.jl](https://github.com/invenia/FeatureTransforms.jl)
192-
has transforms, but they are not fully revertible. Some transforms such
193-
as `MeanStdScaling` are constructed for a specific table and cannot be
194-
inserted in the middle of a pipeline for example.
192+
has transforms, but they are not fully revertible. Some of their
193+
transforms such as `MeanStdScaling` are constructed for a specific
194+
table and cannot be inserted in the middle of a pipeline for example.
195195
- [AutoMLPipeline.jl](https://github.com/IBM/AutoMLPipeline.jl) relies on
196196
the Python stack via [PyCall.jl](https://github.com/JuliaPy/PyCall.jl).
197197
They provide pipelines with Julia's pipe `|>` operator and follow a

0 commit comments

Comments
 (0)