I am trying to ensemble models to train the models and predict using VotingRegressor but i am getting an error please let me know what's the error

前端 未结 0 555
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-20 07:23

my code is as shown below

from sklearn.ensemble import VotingRegressor 
from sklearn.svm import SVC
estimators=[(\'Randomregressor\',RandomForest         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题