You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected 2D array, got 1D array instead:
array=[0.05300031 0.02378882 0.01847368 ... 0.00791505 0.00755339 0.00548967].
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.
The text was updated successfully, but these errors were encountered:
Expected 2D array, got 1D array instead:
array=[0.05300031 0.02378882 0.01847368 ... 0.00791505 0.00755339 0.00548967].
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.
The text was updated successfully, but these errors were encountered: