DianaPat
DianaPat
> Hi @DianaPat, my name is Elias. I'm one of the manteiners of the TableTranforms.jl package. I just left my comments on your PR. I hope it helps! Hi Elias,...
I was trying to run the test, but realized that the ProjectionPursuit() can't be properly tested as I pulled out the Quantile() and EigenAnalysis() (so the covariance matrix is not...
> I already ran both ProjectPursuit() and PPMT() and they work properly, and PPMT() passes the tests. So I want to confirm what to do with the ProjectPursuit() testing. Meanwhile,...
> I have been trying to solve this, but the problem is that in windows the test passes. I'll try in a linux! I tried and the test fails in...
I already solved it.
Hi @juliohm I already changed to \cdot notation, checked that the diag function really gives a unitary vector and got rid of some outdated notation. But when I tried to...
It is enabled
Yes, I'm already looking for this bug and other ones I've found. I'll update as soon as I find something!
Hi @juliohm, I think the error is fixed. In fact the function was not comparing the data to a gaussian up to `perc` percentile, but with `1-perc`. There was also...
I already made some experiments. Without any modification of parameters it runs the structure removal cycle 23 times. By changing the parameters a little, it reached 101 iterations; the problem...