make 'fname' a parameter to 'save' and 'load' only
Compare changes
Files
4+ 23
− 36
@@ -317,70 +317,57 @@ 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)