ibex
ibex copied to clipboard
Using Ibex on a custom Transformer
We often write our own custom transformers. How can Ibex wrap those classes that are not loaded as part of the sklearn, kera etc. modules.
Hi Shahar,
We have an explanation in https://atavory.github.io/ibex/extending.html. Please LMK if it doesn't cover something.
Thanks! Question - will the Transformer created still support simple numpy interface as well, after the inheritance from ibex.FrameMixin?