PCA: Eigenvalues and eigenvectors

Issue #517 resolved
Agustin Lobo created an issue

Is it currently possible to get eigenvectors and eigenvalues as output after fitPCA? A plot

of % of total variance accounted for each PC is important to decide how many PC to retain.

In case this is not possible, please add this feature.

Comments (17)

  1. Andreas Janz

    @Benjamin Jakimow how would a user copy the data displayed in the tooltip?

    The “Copy” in the context menu is not very helpful, because it just gives me the “ndarray” string 🙂

    I would suggest to copy the actual array values into the clipboard. And please make sure to really copy the values and not only the string representation with potential “…” inside!!!

  2. Benjamin Jakimow

    “copy” means writing these values into the clipboard. Do you think it is a good idea to copy potentially very large arrays into the clipboard?

  3. Andreas Janz

    The goal is, that the user can get his hands on the actual data.

    “Copy to Clipboard” would be one option. “Save to File” could be another option. Or “Show in TextWidget”.

    All three would make sense. Maybe start with “Save to File”.

  4. Log in to comment