Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

reshape (n ) to (n 1)

'''
This code is contributed by :
Tanishq Vyas (github : https://github.com/tanishqvyas )
'''

actual = actual.reshape((actual.shape[0], 1))
 
PREVIOUS NEXT
Tagged: #reshape
ADD COMMENT
Topic
Name
7+7 =