首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
mlpregressor专题
'module' object has no attribute 'MLPRegressor'问题解决(Python2.7)
'module' object has no attribute 'MLPRegressor' 如题,在做神经网络回归时,发现2.7下的sklearn包不是最新的0.18,而重新easy_install sklearn又不能更新,此时只需使用easy_install scikit-neuralnetwork 命令更新神经网络包, 会同时自动更新sklearn版本为0.18
阅读更多...