
机器学习
莫莫荷
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
数据标准化StandardScaler简介
官方文档:http://lijiancheng0614.github.io/scikit-learn/modules/generated/sklearn.preprocessing.StandardScaler.htmlGithub: https://github.com/scikit-learn/scikit-learn.gitLearnCode/scikit-learn/sklearn...原创 2019-10-13 12:42:39 · 9390 阅读 · 0 评论 -
Reshape your data either using array.reshape(-1, 1)
学习机器学习数据处理时对数据进行标准化处理的时候出现以下错误提示: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.数据如下:错误提示:问...原创 2019-09-28 18:20:54 · 8920 阅读 · 1 评论