tarexp
tarexp copied to clipboard
An opensource TAR framework for experiments and applications
Results
2
tarexp issues
Sort by
recently updated
recently updated
newest added
https://github.com/eugene-yang/tarexp/blob/main/tarexp/dataset.py#L254 It really should be using `self.__class__(...)`
This looks like a really great package. I'm trying to get the example running, but having some trouble. I adapted the code from here: https://www.eugene.zone/tarexp/example/ yielding ```python import ir_measures import...