scikit-learn/doc/modules
Vighnesh Birodkar 2f099334f9 MAINT deprecate 1d input arrays for all estimators
Passing 1D arrays to check_array, without setting `ensure_2d` to false now
raises a deprecation warning before reshaping it. This will later throw an
error.

All Scaler classes also throw warnings when 1D arrays are passed.

All unit tests/doctests are modified to ensure that no 1D arrays are passed,
except in explicit 1D array tests where the warnings have been silenced.

Additional tests are also included which check for different 1D array cases.

2D array tests with one samples and one features are also added and where
they failed, `check_array` call has been modified to give a more useful error
message
2015-09-09 15:49:58 +02:00
..
glm_data DOC optimized PNG images with OptiPNG 2013-09-26 17:15:24 +02:00
biclustering.rst don't use unicode in latex. That just complicates things too much. Also, who the hell uses unicode whitespace? 2015-03-02 13:25:38 -05:00
calibration.rst DOC: Remove extra "not". [ci skip] 2015-07-23 16:23:10 -04:00
classes.rst ENH: rename to LabelKFold 2015-09-07 09:56:19 +02:00
clustering.rst fix #5139 2015-08-26 15:43:52 -04:00
computational_performance.rst MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
covariance.rst DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
cross_decomposition.rst MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
cross_validation.rst COSMIT: variable names, documentation, etc 2015-09-07 10:08:17 +02:00
decomposition.rst typos 2015-08-09 21:22:00 +02:00
density.rst MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
dp-derivation.rst Correct expectation notation in DP-GMM doc 2015-09-07 11:34:05 +09:00
ensemble.rst Example to demonstrate use of tree.apply() method 2015-08-11 20:38:07 +02:00
feature_extraction.rst fixing a typo in feature extraction documentation 2015-08-13 09:13:13 -05:00
feature_selection.rst DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
gaussian_process.rst MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
grid_search.rst DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
isotonic.rst MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
kernel_approximation.rst DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
kernel_ridge.rst Kernelized ridge regression -> Kernel ridge regression 2015-01-21 11:50:54 +09:00
label_propagation.rst MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
lda_qda.rst DOC fixed short underline 2015-07-30 18:37:32 -04:00
learning_curve.rst move around examples for better structure. 2014-07-17 09:35:30 +02:00
linear_model.rst positive option for Lars propagated to doc. 2015-08-18 15:24:16 +09:00
manifold.rst DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
metrics.rst DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
mixture.rst DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
model_evaluation.rst MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
model_persistence.rst MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
multiclass.rst DOC revert the documentation changes 2015-08-11 22:27:15 +05:30
naive_bayes.rst DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
neighbors.rst DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
neural_networks.rst move around examples for better structure. 2014-07-17 09:35:30 +02:00
outlier_detection.rst Update outlier_detection.rst 2014-07-21 14:44:42 -07:00
pipeline.rst Filled in missing negation 2015-07-23 14:48:39 +10:00
preprocessing.rst DOC/MAINT final touches to FunctionTransformer 2015-08-03 22:12:19 +02:00
preprocessing_targets.rst DOC restructure data transformation user guide 2014-09-11 16:54:03 +10:00
random_projection.rst MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
scaling_strategies.rst IncrementalPCA implementation 2014-09-22 13:12:29 -04:00
sgd.rst change default to shuffle=True in SGDClassifier and friends. 2015-03-03 11:56:23 -05:00
svm.rst [issue #5043] fix documentation of callable kernel 2015-08-14 15:40:03 +05:30
tree.rst update export_graphviz docs 2015-05-10 14:58:53 -07:00
unsupervised_reduction.rst COSMIT spelling 2015-01-15 15:09:35 -05:00