EpistasisLab / EpistasisLab/Aliro
recommender improvements: use namedtuple for storing ml/param/dataset combos
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 238
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
the use of [NamedTuple](https://docs.python.org/3/library/collections.html#collections.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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.