Skip to content
Snippets Groups Projects

add an option to plot a HoloMap with the BalancingLearner

Merged Bas Nijholt requested to merge balancing_learner_non_dynamic_plot into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -205,6 +205,8 @@ class BalancingLearner(BaseLearner):
if dynamic:
return dm
else:
# XXX: change when https://github.com/ioam/holoviews/issues/3085
# is fixed.
vals = {d.name: d.values for d in dm.dimensions() if d.values}
return hv.HoloMap(dm.select(**vals))
Loading