JuliaML / TableTransforms.jl

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

Rename output columns in some statistical transforms #246

Closed juliohm closed 9 months ago

juliohm commented 9 months ago

Some transforms currently preserve the input names, but should probably follow the pattern in PCA and rename the columns to PP1, PP2, ...