Skip to content

Commit

Permalink
adapt random state
Browse files Browse the repository at this point in the history
  • Loading branch information
AnFreTh committed Jul 18, 2024
1 parent 2f39f11 commit 28c36f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchmark_lss.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]
)

kf = KFold(n_splits=2, shuffle=True, random_state=42)
kf = KFold(n_splits=5, shuffle=True, random_state=42)


# Function to compute NLL
Expand Down

0 comments on commit 28c36f9

Please sign in to comment.