[scikit-learn] joblib deprecation warning

Roberto Pagliari roberto.pagliari at asos.com
Sun May 29 09:48:13 EDT 2016


I'm getting the following warning with anaconda


anaconda2/lib/python2.7/site-packages/sklearn/externals/joblib/hashing.py:197: DeprecationWarning: Changing the shape of non-C contiguous array by

descriptor assignment is deprecated. To maintain

the Fortran contiguity of a multidimensional Fortran

array, use 'a.T.view(...).T' instead

  obj_bytes_view = obj.view(self.np.uint8)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20160529/49182893/attachment.html>


More information about the scikit-learn mailing list