Skip to content
学技术
Menu
Home
statistics-bootstrap
statistics-bootstrap
IT技术
在Python中编写自助法的最佳方式
xiaolong
·
2025年5月28日
·
0 Comment
我在编写一个在Python中对样本应用统计自助法的函数…
IT技术
启动测试预测模型时遇到错误
xiaolong
·
2025年5月22日
·
0 Comment
rsq <- function(formula,…
IT技术
逻辑回归分类器的自助聚合(bagging)
xiaolong
·
2025年4月7日
·
0 Comment
我正在抽取N个自助样本,并在这些样本上训练N个逻辑回归…