Aliro icon indicating copy to clipboard operation
Aliro copied to clipboard

recommender improvements: use namedtuple for storing ml/param/dataset combos

Open lacava opened this issue 5 years ago • 0 comments

the use of NamedTuple for storing combinations of datasets, ml, and parameters instead of strings joined with '|'

  • this should make it easier to unpack the elements, use them together as keys in dicts if necessary, access them by name etc.

lacava avatar Apr 25 '19 14:04 lacava