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
88 stars 13 forks source link

feat: add inverse_transform() to steps #61

Open jitingxu1 opened 5 months ago

jitingxu1 commented 5 months ago

Transform processed data back to original feature space.

Note that some transformations cannot be converted to the original value.

Reference:

deepyaman commented 5 months ago

@lostmygithubaccount marking this as P1 for now; if you think it's absolutely critical for release, let's bump to P0.