ibex icon indicating copy to clipboard operation
ibex copied to clipboard

Using Ibex on a custom Transformer

Open shaharazulay opened this issue 7 years ago • 2 comments

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.

shaharazulay avatar Nov 11 '17 06:11 shaharazulay

Hi Shahar,

We have an explanation in https://atavory.github.io/ibex/extending.html. Please LMK if it doesn't cover something.

atavory avatar Nov 11 '17 11:11 atavory

Thanks! Question - will the Transformer created still support simple numpy interface as well, after the inheritance from ibex.FrameMixin?

shaharazulay avatar Nov 11 '17 12:11 shaharazulay