How to extract Principal Components as numpy arrays? #637
Unanswered
kcnguyen3191
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can find the array containing the values of the function in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have been trying to see if I can extract the time series of the principal components as numpy arrays of time series. I know
components_
will give me the time series, but they are inFDataGrid
. I tried to use.to_numpy()
function in this document, but it just seems to wrap numpy array aroundFDataGrid
data type variable. Is there a way to this?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions