学习机器学习数据处理时对数据进行标准化处理的时候出现以下错误提示:
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.Reshape you
学习机器学习数据处理时对数据进行标准化处理的时候出现以下错误提示:
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.Reshape you