EpistasisLab / EpistasisLab/scikit-mdr
Divide utility functions into separate modules
Open
enhancement
- Dominant language
- Python
- Stars
- 128
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Instead of keeping all of the modules in the same `utils.py` file, break them out into separate submodules. This will help prevent situations where, for example, a user imports matplotlib when they're only using the `n_way_models` function (that doesn't use matplotlib).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.