make a BalancingLearner strategy that compares the total loss rather than loss improvement
Merged
requested to merge 103-balancinglearner-make-new-balancinglearner-that-looks-at-the-total-loss-rather-than-loss-improvement into master
Compare changes
- Jorn Hoofwijk authored
@@ -4,6 +4,8 @@ from contextlib import suppress
@@ -34,6 +36,10 @@ class BalancingLearner(BaseLearner):
@@ -46,7 +52,7 @@ class BalancingLearner(BaseLearner):
@@ -63,7 +69,12 @@ class BalancingLearner(BaseLearner):
@@ -84,6 +95,17 @@ class BalancingLearner(BaseLearner):