outlier_handler#

Transform for handling out-of-range feature values.

This module provides functionality to learn feature value bounds during training and handle out-of-range values during inference, either by clipping them to the learned bounds or replacing them with NaN.

Classes#

OutlierHandler(**data)

Transform that handles out-of-range values for selected features.