• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






江枫1

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页

2017年8月15日

特殊语法学习
摘要: 1、rdd.filter(x => (20170720 to 20170807).exists(t => x(5).startsWith(t))) 2、asInstanceOf def rand2(size:Int,seed:Int):SparseVector={ 阅读全文
posted @ 2017-08-15 17:52 江枫1 阅读(179) 评论(0) 推荐(0)
 
机器学习总结
摘要: 阅读全文
posted @ 2017-08-15 10:49 江枫1 阅读(274) 评论(0) 推荐(0)
 

2017年8月10日

FP-growth算法高效发现频繁项集(Python代码)
摘要: FP-growth算法高效发现频繁项集(Python代码) http://blog.csdn.net/leo_xu06/article/details/51332428 阅读全文
posted @ 2017-08-10 09:57 江枫1 阅读(1530) 评论(0) 推荐(0)
 

2017年8月9日

关于关联规则的一些资料
摘要: http://blog.csdn.net/u013946794/article/details/44246427 阅读全文
posted @ 2017-08-09 18:41 江枫1 阅读(140) 评论(0) 推荐(0)
 
git 使用 添加分支
摘要: http://jingyan.baidu.com/album/19192ad83ea879e53e5707ce.html?picindex=1 修改配置 git config --global user.name git config --global user.email 如: git confi 阅读全文
posted @ 2017-08-09 11:37 江枫1 阅读(2769) 评论(0) 推荐(0)
 

2017年8月7日

GBDT 将子树结果当成lr输出
摘要: http://scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html#example-ensemble-plot-feature-transformation-py 输出GBDT的子树结果用的是: 阅读全文
posted @ 2017-08-07 15:38 江枫1 阅读(453) 评论(0) 推荐(0)
 

2017年8月6日

京东算法
摘要: 介绍 http://blog.csdn.net/liuhuoxingkong/article/details/70049019 代码:https://github.com/daoliker/JData 阅读全文
posted @ 2017-08-06 19:23 江枫1 阅读(338) 评论(0) 推荐(0)
 

2017年8月5日

java列表转成 int[] 的格式
摘要: java 稀疏矩阵中输入的索引系列和对应的值系列需要用 int[] r_indices = new int[featureIdxList.size()]; 的数据格式。 但是实际中可能实现没法确定 featureIdxList.size()的大小,只能先定义一个列表 ArrayList<Intege 阅读全文
posted @ 2017-08-05 15:39 江枫1 阅读(516) 评论(0) 推荐(0)
 

2017年8月3日

分类模型评估之ROC-AUC曲线和PRC曲线
摘要: http://blog.csdn.net/pipisorry/article/details/51788927 在样本分布及其不均匀的情况下,建议用PRC。。。可以看下这个精确率、召回率、F1 值、ROC、AUC 各自的优缺点是什么? - 机器学习里面qian lv的回答 阅读全文
posted @ 2017-08-03 11:11 江枫1 阅读(640) 评论(0) 推荐(0)
 
hive 抽样方法
摘要: select * from (select *from advert.dws_advert_order_model_sample_pcvr_v2_diwhere dt>= date_sub('${date}',7) and dt< '${date}'and ((label >=0.5 and ran 阅读全文
posted @ 2017-08-03 10:31 江枫1 阅读(454) 评论(0) 推荐(0)
 
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页