Skip to content
Snippets Groups Projects

Resolve "Gridsearching of the base forest"

Merged Leo Bouscarrat requested to merge 10-gridsearching-of-the-base-forest into wip_clean_scripts
6 files
+ 31
17
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -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