do_for
- hybrid_learning.experimentation.exp_eval_common.do_for(func, allow_looping=('experiment_root', 'model_key', 'split', 'logic_type'), verbose_looping=True, **kwargs)[source]
Apply
func
to all combinations of elements in theallow_looping
list ofkwargs
-keys. If a value for anallow_looping
key is a list or tuple, it will be iterated over. Nested lists get flattened.