Closed andreaskoepf closed 1 year ago
Explicitly specify replace=False for numpy.random.choice (it was missing and default is replace=True which could lead to duplicate examples in the evaluation set).
replace=False
replace=True
Explicitly specify
replace=False
for numpy.random.choice (it was missing and default isreplace=True
which could lead to duplicate examples in the evaluation set).