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

Add ColSpec support for more transforms #156

Closed juliohm closed 1 year ago

juliohm commented 1 year ago

EigenAnalysis, PCA, SDS, DRS, ProjectionPursuit could all leverage the ColSpec for consistency.

juliohm commented 1 year ago

As discussed on Zulip, the benefit of this feature does not surpasses the amount of refactoring work needed. I will close for now, and we can reassess in the future if necessary. Currently it is easy enough to select columns with Select and then forward the transform to PCA, SDS, ...