Ch3: Implementing Cross-Validation
Open
- Dominant language
- Jupyter Notebook
- Stars
- 25.6k
- Forks
- 12.7k
- PR merge metrics
- PR metrics pending
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.