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
We can use init files in directories to make import paths nicer. We just need to import the relevant classes/functions from the files within. This is especially relevant for classes inside stimulus/data which need 4 levels of nesting to import (from stimulus.data.encoding.encoders import TextOneHotEncoder).
The text was updated successfully, but these errors were encountered:
We can use init files in directories to make import paths nicer. We just need to import the relevant classes/functions from the files within. This is especially relevant for classes inside
stimulus/data
which need 4 levels of nesting to import (from stimulus.data.encoding.encoders import TextOneHotEncoder
).The text was updated successfully, but these errors were encountered: