摘要: Python 绘制直方图 plt.hist(h)plt.show() rNumpyprint('axis sum',rNumpy.sum(axis=1))#每个客户一共用的代数h = rNumpy.sum(axis=1)num_bins = 300... 阅读全文
posted @ 2020-10-28 23:47 bH1pJ 阅读(67) 评论(0) 推荐(0) 编辑
摘要: Python 绘制直方图 plt.hist(h)plt.show() rNumpyprint('axis sum',rNumpy.sum(axis=1))#每个客户一共用的代数h = rNumpy.sum(axis=1)num_bins = 300... 阅读全文
posted @ 2020-10-28 23:47 bH1pJ 阅读(53) 评论(0) 推荐(0) 编辑
摘要: ctrl +q 阅读全文
posted @ 2020-10-28 23:43 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要: ctrl +q 阅读全文
posted @ 2020-10-28 23:43 bH1pJ 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-10-28 23:32 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-10-28 23:32 bH1pJ 阅读(119) 评论(0) 推荐(0) 编辑
摘要: result = [] for i in range(m): r2l = r2.to_numpy()#形成一个向量 result.append(r2l) 阅读全文
posted @ 2020-10-28 23:27 bH1pJ 阅读(98) 评论(0) 推荐(0) 编辑
摘要: result = [] for i in range(m): r2l = r2.to_numpy()#形成一个向量 result.append(r2l) 阅读全文
posted @ 2020-10-28 23:27 bH1pJ 阅读(71) 评论(0) 推荐(0) 编辑
摘要: Python进行PCA降维 值得参考: https://www.cnblogs.com/pinard/p/6243025.html # 为什么要进行PCA?# s1:降维,进行可视化。# 找矩阵,数据背后的主成分?from sklearn.d... 阅读全文
posted @ 2020-10-28 23:00 bH1pJ 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Python进行PCA降维 值得参考: https://www.cnblogs.com/pinard/p/6243025.html # 为什么要进行PCA?# s1:降维,进行可视化。# 找矩阵,数据背后的主成分?from sklearn.d... 阅读全文
posted @ 2020-10-28 23:00 bH1pJ 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 方案1: 1位置上放chrome win +1 弊端:不能重新打开一个 方案2: win+r + enter 文本框里是chrome 弊端,多了一个enter 方案3: 在chrome下 ctrl+n 推荐方案3吧 ... 阅读全文
posted @ 2020-10-28 22:44 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 方案1: 1位置上放chrome win +1 弊端:不能重新打开一个 方案2: win+r + enter 文本框里是chrome 弊端,多了一个enter 方案3: 在chrome下 ctrl+n 推荐方案3吧 ... 阅读全文
posted @ 2020-10-28 22:44 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 好像没有 阅读全文
posted @ 2020-10-28 22:23 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 好像没有 阅读全文
posted @ 2020-10-28 22:23 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑