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 `StdFeats` transform to standardize features #233

Closed juliohm closed 9 months ago

juliohm commented 9 months ago

The StdFeats will apply the ZScore transform the the Continuous columns of a table. In the future it might do something else with other scientific types.