What is the difference between a “normal” k-fold cross-validation using shuffle=True and a repeated k-fold cross-validation?

前端 未结 0 1653
南方客
南方客 2020-12-30 01:21

could anyone explain the difference between a "normal" k-fold cross-validation using the shuffle function, e.g.

kf = KFold(n_splits = 5, shuffle = T         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题