摘要:
1.创建数据。 2. 分组聚合 阅读全文
posted @ 2018-10-21 21:59
有虫子啊
阅读(351)
评论(0)
推荐(0)
摘要:
1。去除不必要的显式for循环,使用向量化计算。 for loop used time: 0.359999895096vector calculation used time: 0.0160000324249 2. 使用多进程,开核。 3.使用sklearn.extenals.joblib 扩展库 阅读全文
posted @ 2018-10-21 21:56
有虫子啊
阅读(1148)
评论(0)
推荐(1)