Scikit-learn RandomizedLasso and RandomizedLogisticRegression Deprecated

倖福魔咒の 提交于 2021-02-19 04:27:10

问题


I noticed that linear_model.RandomizedLasso and linear_model.RandomizedLogisticRegression which implement stability selection for lasso regression have been deprecated. Does anyone know why? Is stability selection not a sound method?


回答1:


Scikit-learn is developed as open-source and with high standards. This means, that most decisions are transparent.

So you can check out their repo @ github and with some search you will find:

  • the discussion which lead to deprecation
  • a newer discussion discussing re-adding it
    • Citation: The users are revolting at #8995 :)


来源:https://stackoverflow.com/questions/46082474/scikit-learn-randomizedlasso-and-randomizedlogisticregression-deprecated

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!