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

Feature/mode imputer test overhaul #222

Closed Chip2916 closed 2 months ago

Chip2916 commented 2 months ago

Quick check of changes to ModeImputer test - I think I need to add the functions removed from the 'fit' section of the mode imputer tests to the TestFit clas in 'test_BaseImputer' as these will apply to other imputers I think?