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
make_predictions have a from .utils import *, we should import the methods needed instead of importing everything (fixed with Clean up transition code #195)
sort functions in utils.py so that the ones imported elsewhere is at top of the file, and add underscore to private functions (fixed with Clean up transition code #195)