上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 329 下一页
摘要: trainNa30 = Na30.sample(frac=ratio)testNa30 = Na30.drop(trainBefore.index,axis=0) 用drop 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 学会了创建空数组,然后疯狂拼接的技巧 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 以上就是我寻找的答案 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(50) 评论(0) 推荐(0) 编辑
摘要: numpy 数组反转 3*3*2变成2*3*3 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 总结的非常好 https://www.jb51.net/article/161997.htm 这个也总结的非常好 https://blog.csdn.net/qq_39516859/article/details/80666070 我的理解: ... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 异常值包含哪些? NaN? 无穷? data.isnull().any() 如何去除异常值? corrResult.replace(np.nan, 0) #删除无穷大的值 ValueError: The condensed distance m... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(100) 评论(0) 推荐(0) 编辑
上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 329 下一页