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

`Unitify()` should work in the presence of non-continuous variables #279

Closed juliohm closed 4 weeks ago

juliohm commented 1 month ago

The transform should forward columns that cannot have units (e.g. categorical). Currently, the transform crashes in the presence of non-continuous variables.