scikit-mdr icon indicating copy to clipboard operation
scikit-mdr copied to clipboard

Divide utility functions into separate modules

Open pschmitt52 opened this issue 9 years ago • 0 comments

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).

pschmitt52 avatar Jan 20 '17 20:01 pschmitt52