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.
@@ -9,10 +10,22 @@ from sklearn.datasets import fetch_olivetti_faces, fetch_20newsgroups, \
@@ -67,7 +80,7 @@ class DatasetLoader(object):
@@ -93,3 +106,20 @@ class DatasetLoader(object):