[scikit-learn] joblib deprecation warning

Roberto Pagliari roberto.pagliari at asos.com
Sun May 29 21:34:38 EDT 2016


Thank you, 





On 29/05/2016, 16:58, "scikit-learn on behalf of Alexandre Abadie" <scikit-learn-bounces+roberto.pagliari=asos.com at python.org on behalf of alexandre.abadie at inria.fr> wrote:

>Hi,
>
>Thanks for reporting.
>This is a known issue from joblib already reported in [1] and fixed by [2].
>
>Alex
>
>[1] https://github.com/joblib/joblib/issues/308
>[2] https://github.com/joblib/joblib/pull/309
>
>----- Mail original -----
>> 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)
>> 
>> 
>> _______________________________________________
>> scikit-learn mailing list
>> scikit-learn at python.org
>> https://mail.python.org/mailman/listinfo/scikit-learn
>> 
>_______________________________________________
>scikit-learn mailing list
>scikit-learn at python.org
>https://mail.python.org/mailman/listinfo/scikit-learn


More information about the scikit-learn mailing list