ImportError: cannot import name 'RandomizedLogisticRegression' from 'sklearn.linear_model' (D:\anaconda\lib\site-packages\sklearn\linear_model_init.py)有人解决过这个问题吗,在网上查到的方法没有解决
从0.21.3开始,随机逻辑回归RandomizedLogisticRegression已经被移出了scikit-learn了。如果一定要用,题主可以尝试从github安装:
pip install https://github.com/scikit-learn-contrib/stability-selection.zip