team-learning-data-mining
team-learning-data-mining copied to clipboard
贷款违约预测 KFold中为什么要对test_pre除以fold数?
https://github.com/datawhalechina/team-learning-data-mining/blob/master/FinancialRiskControl/baseline.md
test = test_pred / kf.n_splits
在单次fold内对测试集的预测概率求平均?
预测多次,就预测求均值