上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: Coding: 怎么样sample value, 使 sample 4 的可能性使3的 11 倍。比如你有三个元素1,2,3,比重分别是500,800,1000,那么你TreeMap里面存的应该就是{1,500},{2,1300},{3,2300},每次随机一个0-2299的数,落在0-499的返回 阅读全文
posted @ 2019-01-03 06:01 ffeng0312 阅读(242) 评论(0) 推荐(0)
摘要: 用户增长怎么做 - 我在Uber和摩拜的实战经验 https://zhuanlan.zhihu.com/p/33905485 阅读全文
posted @ 2019-01-03 06:01 ffeng0312 阅读(295) 评论(0) 推荐(0)
摘要: Approach a: let X denotes the number of ads, the probability distribution of X is binomial distribution. X~n(n,p) E(X) = 100*0.05 = 5 σ2 = Var(X) = np 阅读全文
posted @ 2018-12-25 04:29 ffeng0312 阅读(353) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-import subprocessfrom time import timefrom operator import itemgetterfrom scipy.stats import randintimport pandas as pdimport n 阅读全文
posted @ 2018-12-21 01:26 ffeng0312 阅读(277) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-12-21 01:24 ffeng0312 阅读(2) 评论(0) 推荐(0)
摘要: ML: http://www.countrysideinfo.co.uk/simpsons.htm Least discriminative analysis Q6 – single linear regression with interaction item,怎么处理 heterogeneous 阅读全文
posted @ 2018-12-11 03:07 ffeng0312 阅读(340) 评论(0) 推荐(0)
摘要: https://www.saedsayad.com/categorical_categorical.htm Valid Kernel needs to satify Mercer Condition. The linear kernel works fine if your dataset if l 阅读全文
posted @ 2018-12-03 12:32 ffeng0312 阅读(403) 评论(0) 推荐(0)
摘要: Q4 – pa 怎么样决定google express该用多少promotion?promotion该持续多长时间?怎样evaluate这个promotion有没有效? google movie要发布一个coupon,问怎么run test去看这个coupon是20% off还是10% off产生的 阅读全文
posted @ 2018-11-28 12:49 ffeng0312 阅读(193) 评论(0) 推荐(0)
摘要: Conflicts/jump to another layer/over expectation/creative way/roadblock和老板unhappy的时候,how to handle; 工作中有没有过冲突?怎么解决的 / Describe a situation you jump to 阅读全文
posted @ 2018-11-27 07:02 ffeng0312 阅读(432) 评论(0) 推荐(0)
摘要: 1. dt|user_id|views 1.1. find active user of the month select distinct user_id from viewswhere date_format(dt,’%Y-%m’) = date_format(curdate(),’%Y-%m’ 阅读全文
posted @ 2018-11-22 06:47 ffeng0312 阅读(240) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页