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
Hi author, I am studying your project and noticed that you use dask in your project to process factor matrix in parallel. But the fact is that the data file storing the daily frequency ticker data and the earnings data should not take up a lot of space. Since my data processing device does not have many cores for parallel computation, I would like to know if the performance difference between using dask and not using it is significant?
The text was updated successfully, but these errors were encountered:
Hi author, I am studying your project and noticed that you use dask in your project to process factor matrix in parallel. But the fact is that the data file storing the daily frequency ticker data and the earnings data should not take up a lot of space. Since my data processing device does not have many cores for parallel computation, I would like to know if the performance difference between using dask and not using it is significant?
The text was updated successfully, but these errors were encountered: