SKlearn import MLPClassifier fails

前端 未结 4 1967
孤城傲影
孤城傲影 2021-01-03 18:48

I am trying to use the multilayer perceptron from scikit-learn in python. My problem is, that the import is not working. All other modules from scikit-learn are working fine

4条回答
  •  孤街浪徒
    2021-01-03 19:18

    MLPClassifier is not yet available in scikit-learn v0.17 (as of 1 Dec 2015). If you really want to use it you could clone 0.18dev (however, I don't know how stable this branch currently is).

提交回复
热议问题