自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

原创 Summary of Statistics for Interview

Table of ContentsP_valuePower of a test / statistical powerP_valuehttps://en.wikipedia.org/wiki/P-valueIn null hypothesis significance testing, the p-value is the probability of obtaining test results at least as extreme as the results actually observ

2021-11-15 07:40:41 629

原创 SQL刷题总结 SQL Leetcode Review

Table of contentsnull, '', 0null, ‘’, 0这三个值是不同的。对于0,直接用=检查即可。对于“”,也可以直接用=检查。但是需要注意的是,0 = ‘’是成立的。所以需要单独删除0的情况。eg: 176with temp as ( select distinct salary, dense_rank() over(order by salary desc) as r from Employee)select IF( (select t

2021-11-09 04:11:19 784 1

原创 AB Testing Review

Cracking A/B Testing Problems in DS interviewhttps://towardsdatascience.com/7-a-b-testing-questions-and-answers-in-data-science-interviews-eee6428a8b63power = 1 - (Type 2 error)More samples if sample variance is larger.Less samples if differen

2021-11-04 10:00:01 372

原创 Hypothesis testing

Example of proportion1 ProportionExperiment: test color color of a buttonClick through probability: N(users who clicked) / N(total users)1000 users in both control and treatment groupsResults:Control group: 1.1% CTPTreatment group: 2.3% CTPSign

2021-11-04 04:17:35 612

原创 reduce/map/combination/permutation - itertools Python example 常用python itertools 函数

Table of ContentsMap/ Reducecombination/ permutationMap/ Reducefrom functools import reducecombination/ permutationIf we want to input parameterlist(map(lambda s: list(combinations(s, 2)), edge_lst))

2021-11-02 12:27:04 125

Video_Games.csv

Amazon review data in video games 亚马逊评价数据游戏数据。推荐系统入门实践请参考链接:https://blog.csdn.net/qq_41103204/article/details/117326322

2021-05-27

https://raw.githubusercontent.com/selva86/datasets/master/a10.csv

https://raw.githubusercontent.com/selva86/datasets/master/a10.csv,时间序列分析基本方法和实例相关数据

2020-12-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除