make 'fname' a parameter to 'save' and 'load' only
Compare changes
+ 36
− 39
@@ -317,70 +317,67 @@ class BalancingLearner(BaseLearner):
This simplifies the API by making sure that the filenames are only provided in one place (the calls to save and load).
Closes #122 (closed)