borisRa

Results 13 comments of borisRa

It happens only when I am using `pandarallel` on relatively big data frame . This config does work : ` pandarallel.initialize(use_memory_fs = False )` Found some related answer [here ](https://stackoverflow.com/questions/43573500/no-space-left-while-using-multiprocessing-array-in-shared-memory)...

T > This is the solution: > > `import os` > > `os.environ['JOBLIB_TEMP_FOLDER'] = '/tmp' ` `pandarallel.initialize(nb_workers=30,progress_bar=True,verbose=2,use_memory_fs = False ) ` Thank you very much !

> In my case I also had to clean up the /tmp folder. Thanks ! combined the both solutions . Like this : ` import os,shutil` ` #clean up the...

Any response ?

> @borisRa Thanks for using LightGBM? Does the `Cannot change linear_tree after constructed Dataset handle` occurs together with the segment fault? Is it possible to provide us a minimal reproducible...

> Please do not leave comments in this project like "any update?" or "when will this be fixed?". See the description at https://github.com/golang/go/wiki/NoPlusOne/ for an explanation of how this damaging...

> I looked into this and @aldanor is correct, the problem is caused by the `subset` code. It's not related to the `goss` parameter; the segfault still occurs when removing...