240 发简信
IP属地:上海
  • Resize,w 360,h 240
    A/B Testing

    一、为什么要做A/B Testing?A/B Testing用于产品方案的对比,在快速产品迭代的场景下会出现这个需求,使产品不断的演化、升级。为...

  • 05-multi-category logistic regression

    1.Read data and get unique value of a column pd.get_dummies() 可以把一列,按这一列...

  • 06-basic k-nearest neighbors + pandas取值技巧

    获取data data参见这里 RMSE & MSE的对比 例子:我们有一个三个卧室的房子要租出去,判断租金应该定多少? 方法:在网上找和我们的...

  • 03 - linear regression

    Pisa Tower Example 增加一列截距项 计算residual value 3个summary of squares TSS=RSS...

  • 02 - 判断模型效果是否好

    计算判断的accuracy 计算sensitivity = true positives / (tp + fn) 计算specificity =...

  • 01 - Plotting Vectors

    1.Plot vectors 采用如下的方法绘图 举例说明: x: 是所有需要绘制的向量起点的横坐标,依序排列 y: 是所有需要绘制的向量起点的...

  • Python Beginners(9) -- Clean Data

    Read several csv into a dictionary Good resource for encodingreferenceRe...

  • Python Beginners(8) -- GeoDataViz

    Read csv files of airline data and check datatype Build a basemap constr...

  • Python Beginners(7) - DataViz2

    Add legend Using ax.plot and turndown tick_params Change color of linesS...