利用Python进行数据分析
条评论常用工具
- numpy
- pandas
- matplotlib
- scikit-learn
常见问题
ndarray 与list 互转
1 | np.array(list) |
using scikit-learn and numpy
ValueError: Found input variables with inconsistent numbers of samples: [xx, xxx]
1 | #convert list or some others to nparray and reshape to (xx, 1) |
- 本文链接:https://antfaiz5z.github.io/2017/08/15/data-process-by-python/
- 版权声明:The author owns the copyright, please indicate the source reproduced.