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
While trying to split call-dots into modular steps, returned to scroing_step by @nvictus in call-dots.
Testing on "big"-data yielded somewhat familiar multiprocessing/pickle error:
multiprocess.pool.MaybeEncodingError: Errorsendingresult: '[
...
[dumpof~500-1,000pd.DataFrame-s, ~500,000rowsby30columnseach ]
...
Reason: 'error("'i' format requires -2147483648 <= number <= 2147483647",)'
I'll work around this BS for testing etc purposes but we should address it eventually - dask ? or at least multipro-something that is using dill - @nvictus ?
more of a docs/reminder rather than an issue
call-dotsinto modular steps, returned toscroing_stepby @nvictus incall-dots.Testing on "big"-data yielded somewhat familiar
multiprocessing/pickleerror:500,000X30call-dotsinstance that didn't use @nvictus -'sscoring_step. I could not find a corresponding issue anywhere.pickleis calculating total number of elements - looks like it doescolumns*rowsby the number of dataframes, otherwise math does not work out (>=2147483647). Is it indeed the case @nvictus @mimakaev @golobor ? what if it were to be a bunch ofstring-s of total length >2bln ?! https://stackoverflow.com/questions/47776486/python-struct-error-i-format-requires-2147483648-number-2147483647 - indeed says something about calculating elements in each objects ...dask? or at leastmultipro-something that is usingdill- @nvictus ?