mljs / ml-pipe

https://mljs.github.io/ml-pipe/
MIT License
2 stars 0 forks source link

potential bug for inverse transforms #32

Closed kjappelbaum closed 1 year ago

kjappelbaum commented 2 years ago

currently we apply the inverse transforms in the same order we also transform. however, we should apply them the other way round (starting with the last)

kjappelbaum commented 1 year ago

I do not know if this is longer the case, let's add a test case for this.