7/2 项目知识点总结

从 np.arange(5) 产生一个标准分布、size为 三、没有重复替换的随机采样:html >>> np.random.choice(5, 3, replace=False) array([3,1,0]) >>> #This is equivalent to np.random.permutation(np.arange(5))[:3] fpr,tpr,thresholds=roc_curv
相关文章
相关标签/搜索