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 "table" and "newtable" to "feat" and "newfeat" #125

Closed juliohm closed 1 year ago

juliohm commented 1 year ago

All occurrences of "table" and "newfeat" as arguments of applyfeat and revertfeat should be renamed to "feat" and "newfeat" for consistency with the docstrings.