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

Indicator #177

Closed juliohm closed 1 year ago

juliohm commented 1 year ago

Given a sequence of increasing threshold values t1 < t2 < ... < tk, the indicator transform converts a continuous variable Z into a sequence of k variables I1 = Z <= t1, I2 = Z <= t2, ..., Ik = Z <= tk.