@@ -135,15 +135,15 @@ def config_context(**new_config):
135
135
__check_build # avoid flakes unused variable error
136
136
137
137
__all__ = ['calibration' , 'cluster' , 'covariance' , 'cross_decomposition' ,
138
- 'cross_validation ' , 'datasets ' , 'decomposition ' , 'dummy ' ,
139
- 'ensemble ' , 'exceptions ' , 'externals' , 'feature_extraction ' ,
140
- 'feature_selection ' , 'gaussian_process ' , 'grid_search ' ,
141
- 'isotonic ' , 'kernel_approximation ' , 'kernel_ridge ' ,
142
- 'learning_curve ' , 'linear_model ' , 'manifold ' , 'metrics ' ,
143
- 'mixture ' , 'model_selection ' , 'multiclass ' , 'multioutput ' ,
144
- 'naive_bayes ' , 'neighbors ' , 'neural_network ' , 'pipeline ' ,
145
- 'preprocessing ' , 'random_projection ' , 'semi_supervised ' ,
146
- 'svm' , 'tree' , ' discriminant_analysis' ,
138
+ 'datasets ' , 'decomposition ' , 'dummy ' , 'ensemble' , 'exceptions ' ,
139
+ 'externals ' , 'feature_extraction ' , 'feature_selection ' ,
140
+ 'gaussian_process ' , 'grid_search ' , 'isotonic ' ,
141
+ 'kernel_approximation ' , 'kernel_ridge ' , 'learning_curve ' ,
142
+ 'linear_model ' , 'manifold ' , 'metrics ' , 'mixture ' ,
143
+ 'model_selection ' , 'multiclass ' , 'multioutput ' , 'naive_bayes ' ,
144
+ 'neighbors ' , 'neural_network ' , 'pipeline ' , 'preprocessing ' ,
145
+ 'random_projection ' , 'semi_supervised ' , 'svm' , 'tree ' ,
146
+ 'discriminant_analysis' ,
147
147
# Non-modules:
148
148
'clone' ]
149
149
0 commit comments