ImportError: cannot import name inplace_column_scale

前端 未结 7 1033
孤城傲影
孤城傲影 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 00:55

    same problem happened with can not import _safe_split, have a look

    http://stackoverflow.com/questions/41024001/importerror-cannot-import-name-safe-split

    https://github.com/scikit-learn/scikit-learn/issues/7582

    EDIT: check comment by Andreas Mueller

提交回复
热议问题