fferroni / DEC-Keras

Deep Embedding Clustering in Keras
GNU General Public License v3.0
130 stars 59 forks source link

DeprecationWarning: linear_assignment_ module is deprecated #16

Open michael-newsrx opened 4 years ago

michael-newsrx commented 4 years ago
/usr/local/lib/python3.6/dist-packages/sklearn/utils/linear_assignment_.py:21: DeprecationWarning: The linear_assignment_ module is deprecated in 0.21 and will be removed from 0.23. Use scipy.optimize.linear_sum_assignment instead.
  DeprecationWarning)