Skip to content

Move `transformer` invocation outside of try-except block

Muniza requested to merge mnz/featureset into main

Originally tranformers were meant to contain trivial transformation logic for source features so a KeyError arising in them was very likely due to a missing feature in one of the sources. This isn't true for a lot of models anymore so it's best to move its invocation out of the try-except block.

Merge request reports