Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lacava opened this issue Apr 25, 2019 · 0 comments
Open
Assignees

Comments

@lacava
Copy link
Contributor

lacava commented Apr 25, 2019

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant