You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
rhiever
changed the title
matplotlib
Divide utility functions into separate modules
Jan 20, 2017
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 then_way_models
function (that doesn't use matplotlib).The text was updated successfully, but these errors were encountered: