上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页
摘要: regexp = "\\(.*?\\)|\\{.*?}|\\[.*?]|(.*?)" hive: regexp_replace(name,"\\(.*?\\)|\\{.*?}|\\[.*?]|(.*?",'') 阅读全文
posted @ 2022-01-21 11:55 cup_leo 阅读(423) 评论(0) 推荐(0) 编辑
摘要: FlyClockV5.7.0.exe FlyClock下载_FlyClock官方免费下载[最新版]-下载之家 (downza.cn) 阅读全文
posted @ 2022-01-18 10:36 cup_leo 阅读(62) 评论(0) 推荐(0) 编辑
摘要: (47条消息) 推荐系统架构详解_LitraLIN的博客-CSDN博客_推荐系统架构 扬奇智能公开课 | 个性化推荐技术在网易云音乐中的应用 - 知乎 (zhihu.com) 阅读全文
posted @ 2022-01-14 13:53 cup_leo 阅读(14) 评论(0) 推荐(0) 编辑
摘要: SELECT bit_column+0 as bit_column from *****对应bit列字段加上0就可以了 阅读全文
posted @ 2022-01-06 09:23 cup_leo 阅读(400) 评论(0) 推荐(0) 编辑
摘要: PyCharm 2021.2.1 汉化便携增强版 - 果核剥壳 (ghxi.com) 阅读全文
posted @ 2022-01-04 13:52 cup_leo 阅读(38) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #spark参数按照实际情况配置 hive -e " SET mapreduce.job.queuename=batch; set hive.execution.engine=spark; set spark.executor.memory=4g; set spark.exe 阅读全文
posted @ 2021-12-29 09:39 cup_leo 阅读(587) 评论(0) 推荐(0) 编辑
摘要: date=`date -d "-1 day" +%F` spark-submit \ --name "suanfa_zjk_tyc_tjy_export" \ --master yarn \ --deploy-mode cluster \ --driver-memory 3G \ --executo 阅读全文
posted @ 2021-12-15 14:28 cup_leo 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1、机器学习中模型优化不得不思考的几个问题 - 云+社区 - 腾讯云 (tencent.com) 2、机器学习模型应该如何调优?这里有三大改进策略 (thepaper.cn) 3、机器学习模型的超参数优化 (baidu.com) 阅读全文
posted @ 2021-12-10 17:57 cup_leo 阅读(19) 评论(0) 推荐(0) 编辑
摘要: features = [] diff_windowns = [1,3,6,12] groups = ['sum','mean','std','max','min','count'] for d in diff_windowns: exec("""last_{}_month = df[df['diff 阅读全文
posted @ 2021-12-10 11:42 cup_leo 阅读(454) 评论(0) 推荐(0) 编辑
摘要: Spark性能优化指南——基础篇 - 美团技术团队 (meituan.com) Spark性能优化指南——高级篇 - 美团技术团队 (meituan.com) 阅读全文
posted @ 2021-12-09 17:05 cup_leo 阅读(92) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页