Skip to content

Commit 42e9e73

Browse files
committed
update nearest test dataset
1 parent 29fe8bd commit 42e9e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_fetch_nearest_dataset_names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def test_nearest_dataset_is_itself():
66
"""Tests whether the nearest dataset is itself"""
77

8-
for test_dataset in ['lupus', 'analcatdata_aids', 'car']:
8+
for test_dataset in ['lupus', 'analcatdata_aids', 'car_evaluation']:
99
df = fetch_data(test_dataset, local_cache_dir='../datasets/')
1010
nearest = nearest_datasets(df, task='classification', n=10)
1111
print('nearest to',test_dataset,':',nearest)

0 commit comments

Comments
 (0)