ibis-project / ibis-ml

IbisML is a library for building scalable ML pipelines using Ibis.
https://ibis-project.github.io/ibis-ml/
Apache License 2.0
96 stars 13 forks source link

refactor(steps): rename `CategoricalEncode` to `OrdinalEncode` #91

Closed deepyaman closed 6 months ago

deepyaman commented 6 months ago

Category encoders are a whole category of encoders, including OHE, count encoding, target encoding. Ordinal encoding is yet another method of category encoding.