📜  将 (n ) 重塑为 (n 1) - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:32.079000             🧑  作者: Mango

代码示例1
'''
This code is contributed by :
Tanishq Vyas (github : https://github.com/tanishqvyas )
'''

actual = actual.reshape((actual.shape[0], 1))