質問編集履歴

1

不要な文字を削除しました

2021/12/15 15:49

投稿

popoi57
popoi57

スコア2

test CHANGED
File without changes
test CHANGED
@@ -16,8 +16,6 @@
16
16
 
17
17
  for i in rvs_poisson:
18
18
 
19
- #model1で100回予測を実施
20
-
21
19
  pred_trial = model1.predict(pd.DataFrame(data={'Home': 'Urawa', 'Away': 'Kashima','Away_Goals':i},index=["pred_trial"]))
22
20
 
23
21
  pred_trial_list.append(pred_trial)