Federico Simonetta
Federico Simonetta
Are you talking about subprocess module or do you want to use parallel code in an already parallel code? In the first case, I don't see why you should. In...
Have you tried to set memmap="w+"? Il ven 10 dic 2021, 21:20 Siby Jose Plathottam ***@***.***> ha scritto: > @00sapo I have a program that is spawned > using the...
I think that if it's the first time you use it in the project you have to wait until rope creates its cache. BTW I never work on so large...
I noted that in master branch there is the following line: `*marker = sqrt(XTRACT_SQ(real) + XTRACT_SQ(imag)) / (double)N;` So, I think develop branch is wrong. I cannot compile master branch,...
Same problem with Linux and Firefox/Brave
I have tested this PR for string macros and found it works for me (even though I now get an error about ABI version. 
Wouldn't it be possible to distribute it in the python package and add a command "docs" that opens it in the browser?
I'm on a old version of auto-sklearn, but with more recent versions of `ConfigSpace` this should be even easier. For instance, the `get_hyperparameter_search_space` method in PCA could become: ```python #...
Hello, I did some comparisons that you can use for your use case to check if juliacall is as performant as pyjulia: https://github.com/00sapo/pyjulia-vs-juliacall. If you do that, feel free to...
Well, actually, thinking about it, the main problem is somewhere else as well, because the auto-sklearn doesn't pass the `y` data to my custom pre-processor. However, today is the first...