lvgig / tubular

Python package implementing transformers for pre processing steps for machine learning.
https://tubular.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
37 stars 14 forks source link

moved numeric CrossColumn transformer tests to new approach and created base class #241

Closed limlam96 closed 2 months ago

limlam96 commented 2 months ago

Issues: base class, CrossColumnMultiplyTransformer, CrossColumnAddTransformer

Created CrossColumnNumericTransformer base class to handle shared arg check functionality, refactored linked child classes to use this base class + the new testing approach

limlam96 commented 2 months ago

should be resolved now :)