Alberto Ueda

Results 2 issues of Alberto Ueda

Perhaps it is a MatchZoo issue. Code: ```python import pyterrier as pt if not pt.started(): pt.init(tqdm='notebook') import onir_pt ``` Log: ```python --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in 5...

**Is your feature request related to a problem? Please describe.** The default value for `save_mode` is `reuse`. If we keep the names for the experiment runs but change the args...

enhancement