ValueError: Expected 2D array, got 1D array instead
ValueError: Expected 2D array, got 1D array instead: array=[nan nan nan nan nan nan nan nan nan nan]. Reshape your data either using array.reshape(-1, 1) if your data has a single feature or array.reshape(1, -1) if it contains a single sample.
did you fix it?
Got the same error
@ArikReuter
I got the same error. Any fix?
ValueError: Expected 2D array, got 1D array instead: array=[nan nan nan nan nan]. Reshape your data either using array.reshape(-1, 1) if your data has a single feature or array.reshape(1, -1) if it contains a single sample.
Same error on src/topicgpt/Clustering.py#line=91)
Any fix @ArikReuter ?