Skip to content

Commit

Permalink
Update clinicadl/splitter/make_splits/kfold.py
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau authored Dec 17, 2024
1 parent a7e4d93 commit af522c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinicadl/splitter/make_splits/kfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def make_kfold(
valid_longitudinal: bool = False,
n_splits: PositiveInt = 5,
stratification: Optional[str] = None,
ignore_demographics: bool = False,
ignore_demographics: bool = True,
) -> Path:
"""
Perform K-Fold splitting with optional stratification.
Expand Down

0 comments on commit af522c7

Please sign in to comment.