... | ... |
@@ -162,7 +162,8 @@ class BalancingLearner(BaseLearner): |
162 | 162 |
@classmethod |
163 | 163 |
def from_product(cls, f, learner_type, learner_kwargs, combos): |
164 | 164 |
"""Create a `BalancingLearner` with learners of all combinations of |
165 |
- named variables’ values. |
|
165 |
+ named variables’ values. The `cdims` will be set correctly, so calling |
|
166 |
+ `learner.plot` will be a `holoviews.HoloMap` with the correct labels. |
|
166 | 167 |
|
167 | 168 |
Parameters |
168 | 169 |
---------- |