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
functions should only be placed in utils if they're not intended to be part of the public facing API. That said, even functions in utils modules should have dosctrings. I've checked that all functions have docstrings, and exposed public functions (just set_seed for now) in the top level API by importing in __init__.py
The functionality of these modules is difficult to access or interpret because of lack of documentation and organization.
The text was updated successfully, but these errors were encountered: