scikit-learn/doc/tutorial
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
..
basic MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
common_includes Type-os and added great links to learning more about Machine Learning 2013-01-02 17:24:35 +01:00
machine_learning_map commit added for hack-warning 2013-08-02 13:25:10 +02:00
statistical_inference Merge branch 'master' into pr_4009 2015-08-30 11:54:40 +01:00
text_analytics change default to shuffle=True in SGDClassifier and friends. 2015-03-03 11:56:23 -05:00
index.rst DOC organise documentation hierarchy / table of contents 2015-06-12 08:09:41 +10:00