Juan Luis

Results 8 comments of Juan Luis

Hi, thank you for pointing this issue out. I'll get on it as soon as I can. Do you have a minimal working example that you are able to share...

The fix commit automatically closes the issue, but feel free to ask for reopen if there is still any problem. The problem was due to precision errors with a matrix...

I have fixed the "Accuracy error" spam message in NCMML and have also added some corrections to contain the overflow when possible. However, the algorithm will still overflow with your...

Hi, thank you for pointing this out. I think I have just fixed this in 1a043d54cbb21ace5488762ebbdc6d75584250ae. Let me know if there is any other problem.

Hi, `gamma` is the kernel coefficient that is needed for some of the kernels and it is handled in the superclass `KernelDML_Algorithm`. Specifically, in the function `_get_kernel`. This is done...

Hi, thank you for your kind words and for pointing out this issue. There is indeed a problem with the arguments being showed in the algorithms. It is due to...

Hi, sorry for the delay. This code is an accurate replication of the pseudocode of KELMOR provided in that paper (the full-rank version, the fast version --FKELMOR-- is not implemented...

Hi, I didn't find the authors implementation, so I don't know if it differs, and that's why I implemented this version. But, as I said, this implementation is taken from...