misc-docs-zh/docs/learning-sklearn/ch02.md at d171de5bf6587...
X,y,K):>>># create a k-fold croos validation iterator>>>cv=KFold(len(y),K,shuffle=True,random_state=0)>>># by default the score used is the one returned by scoremethodoftheestimator(accuracy)>>>scores=cross_val_