ageron / ageron/handson-ml

Ch3: Implementing Cross-Validation

Open
#605 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.