opened by Bas Nijholt (@basnijholt) at 2018-06-15T02:07:23.154Z
The signature is
learner = adaptive.BalancingLearner.from_product(
f, learner_type=adaptive.AverageLearner, learner_kwargs=dict(atol=0.01), combos=combos)
Currently DataSaver is a wrapper around a learner instance, therefore it's not possible to do this.