Skip to content
Snippets Groups Projects

clean scripts

6 files
+ 31
17
Compare changes
  • Side-by-side
  • Inline

Files

@@ -45,7 +45,7 @@ class DatasetLoader(object):
elif name == '20newsgroups_vectorized':
dataset_loading_func = fetch_20newsgroups_vectorized
task = Task.CLASSIFICATION
elif name == 'lfw_people':
elif name == 'lfw_people': # needs PIL (image dataset)
dataset_loading_func = fetch_lfw_people
task = Task.CLASSIFICATION
elif name == 'lfw_pairs':
Loading