handson-ml icon indicating copy to clipboard operation
handson-ml copied to clipboard

Ch3: Implementing Cross-Validation

Open shivan-s opened this issue 3 years ago • 1 comments

In the line: skfolds = StratifiedKFold(n_splits=3, random_state=42) we need to implement shuffle=True parameter since the default of shuffle is set to False.

Just something small, but hope it helps.

shivan-s avatar Nov 21 '20 19:11 shivan-s

Thank you very much!

qzy8 avatar Apr 18 '22 09:04 qzy8