Skip to content

Commit

Permalink
Updated validation set size
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Oct 17, 2023
1 parent a87d9bf commit 6bad38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ngcf_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
# Instantiate an evaluation method to split data into train and test sets.
ratio_split = RatioSplit(
data=data,
# val_size=0.1,
test_size=0.2,
val_size=0.1,
test_size=0.1,
exclude_unknowns=True,
verbose=True,
seed=123,
Expand Down

0 comments on commit 6bad38f

Please sign in to comment.