Jakob Runge
Jakob Runge
Hi there. Good idea. But it won't be that easy since PCMCI is not just PC-algorithm plus some more tests. It is adapted to time series and you cannot just...
I will look into this function for the next update. Epsilon might be hard to choose for CMIknn or also GPDC. And you would need to take into account negative...
I am not really an expert on the torch aspects here, but I'll try to answer: > Is this a known issue? I wasn't aware and I wonder why. It...
I added the line, but actually the scipy docs still mention weave: http://docs.scipy.org/doc/scipy/reference/ I use scipy version 0.16 from the Anaconda package and it works...
Indeed weave is not part of scipy 0.17 anymore. I have now in the latest commit replaced all weave code by Cython code (in "tigramite_cython_code.pyx"). I included the compiled *.so...
We will have a test for this implemented in the next 1-2 weeks.