How to upgrade scikit-learn package in anaconda

前端 未结 6 1050
难免孤独
难免孤独 2020-12-01 05:33

I am trying to upgrade package of scikit-learn from 0.16 to 0.17. For that I am trying to use binaries from this website: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-l

6条回答
  •  执笔经年
    2020-12-01 06:00

    If you are using Jupyter in anaconda, after conda update scikit-learn in terminal, close anaconda and restart, otherwise the error will occur again.

提交回复
热议问题