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
38 stars 14 forks source link

Consider generic TranformfromFitTest class #264

Open limlam96 opened 3 months ago

limlam96 commented 3 months ago

What? Consider creation of new mixin test class that will cover e.g. raise error if not fitted at transform behaviour. Currently this may be the only behaviour that needs to be covered, so would be low priority, but capturing in issue so someone can scope out further if interested.

Why? Reduce test duplication

How? Create inheritable mixin test class that covers generic transform behaviour of transformers that fit, see link