AttributeError: module 'sklearn.svm' has no attribute 'predict'
时间: 2023-10-06 08:12:09 浏览: 327
AttributeError: module 'tensorflow.compat.v1' has no attribute '
这个错误通常是因为导入的模型类别不匹配,或者是模型没有正确地初始化。请检查你的代码中是否正确地导入了SVM模型,并且是否正确地初始化了模型。同时也需要确认你的sklearn版本是否正确。你可以尝试重新安装sklearn或升级版本,如果问题还是存在,可以提供更多的代码和错误信息以便更好地帮助你解决问题。
阅读全文