We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a023ab8 commit 9538c5dCopy full SHA for 9538c5d
src/tasksource/preprocess.py
@@ -209,7 +209,7 @@ def fix_splits(dataset):
209
dataset['test']=validation_test['test']
210
211
if 'test' in dataset and 'validation' not in dataset:
212
- validation_test = dataset['test'].train_test_split(0.5, sseed=0)
+ validation_test = dataset['test'].train_test_split(0.5, seed=0)
213
dataset['validation'] = validation_test['train']
214
215
0 commit comments