Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ValueError: Found array with dim 3. Estimator expected <= 2.

nsamples, nx, ny = train_dataset.shape
d2_train_dataset = train_dataset.reshape((nsamples,nx*ny))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Found #array #dim #Estimator #expected
ADD COMMENT
Topic
Name
6+3 =