We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fe8bd commit 42e9e73Copy full SHA for 42e9e73
1 file changed
tests/test_fetch_nearest_dataset_names.py
@@ -5,7 +5,7 @@
5
def test_nearest_dataset_is_itself():
6
"""Tests whether the nearest dataset is itself"""
7
8
- for test_dataset in ['lupus', 'analcatdata_aids', 'car']:
+ for test_dataset in ['lupus', 'analcatdata_aids', 'car_evaluation']:
9
df = fetch_data(test_dataset, local_cache_dir='../datasets/')
10
nearest = nearest_datasets(df, task='classification', n=10)
11
print('nearest to',test_dataset,':',nearest)
0 commit comments