valueerror-setting-an-array-element-with-a-sequence while trying cross validation

前端 未结 0 1881
醉酒成梦
醉酒成梦 2021-02-20 07:36

I am attempting cross validation using the following:

cv = RepeatedStratifiedKFold(n_splits=10,n_repeats=3,random_state=1)
rndm_forest1 = RandomForestClassifier(n         


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