码迷,mamicode.com
首页 > 其他好文 > 详细

hive 抽样方法

时间:2017-08-03 11:18:36      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:方法   date_sub   from   sub   model   mode   rand   date   amp   

select *
from (
select *
from advert.dws_advert_order_model_sample_pcvr_v2_di
where dt>= date_sub(‘${date}‘,7) and dt< ‘${date}‘
and ((label >=0.5 and rand()>(1-2*0.05)) or (label <0.5 and rand()>(1-2*0.05)))

union all

select *
from advert.dws_advert_order_model_sample_pcvr_v2_di
where dt=‘${date}‘
and ((label >=0.5 and rand()>(1-2*0.05)) or (label <0.5 and rand()>(1-2*0.05)))
)  tmp

where rand()>0.3;

hive 抽样方法

标签:方法   date_sub   from   sub   model   mode   rand   date   amp   

原文地址:http://www.cnblogs.com/zhangbojiangfeng/p/7278377.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!