trendscenter / coinstac-regression-vbm

Coinstac Code for Decentralized Regression with Normal Equation on MCIC Data
0 stars 0 forks source link

Bottleneck for 1mm code in file transfer branch #10

Closed hvgazula closed 5 years ago

hvgazula commented 5 years ago

https://github.com/MRN-Code/coinstac-regression-vbm/blob/master/parsers.py#L102

Why not just write everything to dataframe directly instead of using from_records later?

hvgazula commented 5 years ago

Using file transfer feature and numpy files but I guess this computation at 1mm will never be addressed. Thanks to how coinstac has been designed :).