Fanwang Meng
Fanwang Meng
Do you still have a matrix example to show how the `pinv2` failed? This would be useful for me to build a test. Thank you. @Moham21
I mean the `Cov(X_train, X_train)` only and I don't have the `X_train`. @wjmaddox
Yes, I have `Cov(X_train, X_test)`. Actually, I have pairwise distances which enable me to get the covariance matrix along with kernel functions, such as Gaussian kernel. Cross-validation can be done...
I have an in-house algorithm to get the distance/dissimilarity between two objects. Then I have some objects and I have computed pair-wise distances. This gives me a chance to build...
Thank you so much!! Very nice implementation and looks promising! I will take a closer look at it tomorrow and let you know the updates.
I tried to dig things out, but didn't get luck. Sorry about that. @mashiro210
If we need to use `bash` in windows, would using a WSL docker image for GitHub Actions be an option? Or use https://github.com/marketplace/actions/setup-wsl? @FarnazH @tovrstra @PaulWAyers
Thank you for your interest. I would assume you want to learn how to start. You can go through our Procrustes paper (https://doi.org/10.1016/j.cpc.2022.108334) as well as this one (http://dx.doi.org/10.1155/2013/696019). You...
I am working on it now.
We have merged #198 and we are not adding more `PSDP` algorithms for now.