mathurinm/celer

[FIX] no more sklearn.linear_model.cd_fast

mathurinm opened this issue · 1 comments

sklearn 0.24

Importing clar gives:

/home/mathurin/workspace/scikit-learn/sklearn/utils/deprecation.py:143: DeprecationWarning: The sklearn.linear_model.cd_fast module is  deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.linear_model. Anything that cannot be imported from sklearn.linear_model is now part of the private API.
  warnings.warn(message, DeprecationWarning)