ImportError: cannot import name inplace_column_scale

前端 未结 7 1048
孤城傲影
孤城傲影 2020-12-11 00:32

Using Python 2.7 with scikit-learn 0.14 package. It runs well on some examples from the user guild expect the Linear Models.

Traceback (most recent call last         


        
7条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-11 01:15

    I encountered the same issue in Mac Os.

    I solved it by deleting the file manually:

    rm /usr/local/lib/python2.7/site-packages/sklearn/utils/sparsefuncs.so

提交回复
热议问题