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
Currently the analysis workflow requires significant amount of time to finish.
Several improvements should be considered.
Replace data.frame with data.table. This can be relevant in the prepareData step as in that step the workflow is handling larger amount of objects. Other steps would not see major benefits from using data.table.
Consider paralelization of soome steps.
The text was updated successfully, but these errors were encountered:
Currently the analysis workflow requires significant amount of time to finish.
Several improvements should be considered.
The text was updated successfully, but these errors were encountered: