EpistasisLab / EpistasisLab/Aliro

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

Open
#179 0 comments 0 reactions 1 assignee Claimed by @lacava View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.