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

Allow `Select(Continuous)` besides the other methods #278

Closed juliohm closed 1 month ago

juliohm commented 1 month ago

We should be able to select based on any data science trait.

juliohm commented 1 month ago

Forgot about the Only(Continuous), which is already implemented.