Resolve "Experiment pipeline"
Compare changes
- Charly Lamothe authored
- Ignore unamed experiment configuration file backups; - Factorize default dataset loading parameters; - Add missing return_X_y in basic dataset loaders.
+ 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):