JuliaML / TableTransforms.jl

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

Add `DropConstant` transform to drop constant columns #251

Closed juliohm closed 7 months ago

juliohm commented 7 months ago

Constant columns can be dropped in many statistical procedures (e.g. PCA).