JuliaML / TableTransforms.jl

Transforms and pipelines with tabular data in Julia
https://juliaml.github.io/TableTransforms.jl/stable
MIT License
103 stars 15 forks source link

Move Identity transform to TransformsAPI.jl #143

Closed juliohm closed 1 year ago

juliohm commented 1 year ago

The transform is not specific to tables and we should be able to add it to pipelines with other types of objects.