python中函数 reshape(-1,1)

Posted 250101249-sxy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python中函数 reshape(-1,1)相关的知识,希望对你有一定的参考价值。

reshape(行数,列数)常用来更改数据的行列数目

一般可用于numpy的array和ndarray, pandas的dataframe和series(series需要先用series.values把对象转化成ndarray结构)

那么问题来了reshape(-1,1)是什么意思呢?难道有-1行?
这里-1是指未设定行数,程序随机分配,所以这里-1表示任一正整数
所以reshape(-1,1)表示(任意行,1列)

以上是关于python中函数 reshape(-1,1)的主要内容,如果未能解决你的问题,请参考以下文章

python中函数 reshape(-1,1)

Python的reshape的用法

np.argsort()函数,model.predict函数,python中reshape

np.argsort()函数,model.predict函数,python中reshape

python基础之numpy.reshape详解

MATLAB使用reshape函数的时候出了问题 要执行 RESHAPE,请勿更改元素数目.