Use dataclasses instead of nested data structures for better readability
Open
- Dominant language
- Python
- Stars
- 207
- Forks
- 62
- Avg merge
- 12h 23m
- Merged PRs (30d)
- 4
Description
Not to be part of this PR but nested data structures aren't the most readable thing in Python.
Maybe consider using `dataclasses` here?
_Originally posted by @jmichelp in https://github.com/google/scaaml/pull/73#discussion_r891166474_
Contributor guide
Assessment
This issue has not been assessed yet.