Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error code 1 from Lapack routine dgesdd #27

Open
EdoardoCostantini opened this issue Aug 11, 2023 · 0 comments
Open

error code 1 from Lapack routine dgesdd #27

EdoardoCostantini opened this issue Aug 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@EdoardoCostantini
Copy link
Owner

It can happen that, for a given threshold value, the PC scores cannot be computed because of a known issue in LAPACK(see here).

This was fixed in #95c2f20 by considering the threshold value as unstable and ignoring it, resulting in map_kfcv with an empty column corresponding to the threshold resulting in the error.

It could be nice to use a different matrix decomposition function (e.g. eigen instead of svd) that is more stable, if the error occurs.

@EdoardoCostantini EdoardoCostantini added the enhancement New feature or request label Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant