一、为什么要做A/B Testing?A/B Testing用于产品方案的对比,在快速产品迭代的场景下会出现这个需求,使产品不断的演化、升级。为了更好的使用A/B Testi...
1 指数平滑法 移动平均模型在解决时间序列问题上简单有效,但它们的计算比较难,因为不能通过之前的计算结果推算出加权移动平均值。此外,移动平均法不能很好的处理数据集边缘的数据变...
1.Read data and get unique value of a column pd.get_dummies() 可以把一列,按这一列当中的值,转化为好多列的二进制...
获取data data参见这里 RMSE & MSE的对比 例子:我们有一个三个卧室的房子要租出去,判断租金应该定多少? 方法:在网上找和我们的房子类似的房子,看这些房子的平...
Pisa Tower Example 增加一列截距项 计算residual value 3个summary of squares TSS=RSS+SSE SSE is the...
计算判断的accuracy 计算sensitivity = true positives / (tp + fn) 计算specificity = true negatives...
1.Plot vectors 采用如下的方法绘图 举例说明: x: 是所有需要绘制的向量起点的横坐标,依序排列 y: 是所有需要绘制的向量起点的纵坐标 U:每个向量横跨的长度...
Read several csv into a dictionary Good resource for encodingreferenceRead files with o...
Read csv files of airline data and check datatype Build a basemap constructor llcrnrlat...
Add legend Using ax.plot and turndown tick_params Change color of linesSet color like: ...
1.pd.to_datetime doc 2.DataViz Intro plt.plotThe default plot for plt.plot Add x_value ...
1. Select Rows 2. Set index loc(index_names) 3.Apply Functions Apply functions. 4.Apply...
1. Series documentstackflow运用场景:假设有一个电影名称的list, 一个电影分数的list,两边的index是对齐的。给定一个电影名,如何迅速知道...
Pandas Basics Get column names and find the column name ends with certain words. Pandas...
1. List 通过sum(list)来对list进行求和,不过看情况需要先将元素转化为数字。 2. Numpy 利用Numpy读取csv到 numpy_ndarray的格式...
跟着Data quest学Python,记录一些知识点。 1. csv.reader() 2. regex 推荐的相关网站:https://regexone.com/http...
根据Udacity Data Vis & D3的课程记录的一些入门练习。d3官方API参考链接3.0版本 1- Working in the JS console 从chro...