Search in a multidimensional array. #899
Replies: 1 comment 3 replies
-
[suggestion] You may want to revise your post to address the following items: (1) what is the shape of X_train_5_scaled ? (2) Provide the value of "index_5" (Ask yourself this question: does a reader have the information regarding the variables you used?) (3) If you cannot provide (2), then you should at least provide its first and last elements since you used them in your code. (4) The error shows the number 16, which is the number of columns of your df. So, if I were you, I would print the shape of subseq dataframe, m, and the shape of dataframe/array you pass to the function stumpy.stump. That may give you a hint. |
Beta Was this translation helpful? Give feedback.
-
Please help me figure it out, I have a dataframe with a size of df1.shape = (24840, 16) and a main dataframe with a size of
df2.shape = (9335034, 16), how can I find the top 10 similar slices in the main dataframe for the first dataframe .
I get an error:
Beta Was this translation helpful? Give feedback.
All reactions