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
functo all combinations of elements in theallow_loopinglist ofkwargs-keys. If a value for anallow_loopingkey is a list or tuple, it will be iterated over. Nested lists get flattened.