File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,9 @@ Below are a few transforms that you can contribute:
189
189
## Related packages
190
190
191
191
- [ 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.
195
195
- [ AutoMLPipeline.jl] ( https://github.com/IBM/AutoMLPipeline.jl ) relies on
196
196
the Python stack via [ PyCall.jl] ( https://github.com/JuliaPy/PyCall.jl ) .
197
197
They provide pipelines with Julia's pipe ` |> ` operator and follow a
You can’t perform that action at this time.
0 commit comments