Resolve "Experiment pipeline"
Compare changes
- Charly Lamothe authored
Fix most of the missing dataset fetchers. Remainings: 20newsgroups, 20newsgroups_vectorized, kddcup99
+ 74
− 16
@@ -9,13 +10,38 @@ from sklearn.datasets import fetch_olivetti_faces, fetch_20newsgroups, \
@@ -37,37 +63,52 @@ class DatasetLoader(object):
@@ -92,3 +133,20 @@ class DatasetLoader(object):