I found a bug when training a monotonic calibrated linear model.
When we set a monotonicity for a calibrated linear model without any bound_min and bound_max, a calibration layer raises an error because it tries to enforce non-existing bound_min and bound_max to missing output value.
A test added in this pull request can reproduce this error.
I found a bug when training a monotonic calibrated linear model. When we set a monotonicity for a calibrated linear model without any bound_min and bound_max, a calibration layer raises an error because it tries to enforce non-existing bound_min and bound_max to missing output value. A test added in this pull request can reproduce this error.