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
At the moment, the package takes several seconds at least to be imported. This is likely because we're importing very heavy dependencies at the top of some of the modules, including scipy, pandas, and numpy, matplotlib, etc. It would be good to refactor the import statements to reduce the time to load the main modules.
The text was updated successfully, but these errors were encountered:
At the moment, the package takes several seconds at least to be imported. This is likely because we're importing very heavy dependencies at the top of some of the modules, including
scipy
,pandas
, andnumpy
,matplotlib
, etc. It would be good to refactor the import statements to reduce the time to load the main modules.The text was updated successfully, but these errors were encountered: