sklearn.utils.validation.column_or_1d(y, warn=False)
[source]
Ravel column or 1d numpy array, else raises an error
Parameters: |
y : array-like warn : boolean, default False To control display of warnings. |
---|---|
Returns: |
y : array |
© 2007–2017 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html