In a BalancingLearner where one of the learners returns contant+-eps (where eps < 1e-15) the points are not correctly balanced over the learners. The one that returns 0 (or a constant) might have values that are relatively exponentially larger but in absolute terms almost the same.
In a
BalancingLearner
where one of the learners returnscontant+-eps
(where eps < 1e-15) the points are not correctly balanced over the learners. The one that returns 0 (or a constant) might have values that are relatively exponentially larger but in absolute terms almost the same.For example:
@akhmerov or @jbweston do you have an idea how to solve this?