Skip to content

Commit 129dc35

Browse files
committed
quickfix
1 parent bc16e17 commit 129dc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/example_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3689,7 +3689,7 @@
36893689
"\n",
36903690
"# generate live predictions\n",
36913691
"live_data[\"prediction\"] = model.predict(live_data.filter(like=\"feature_\"))\n",
3692-
"submission = live_data[['symbol', 'prediction']]\n",
3692+
"submission = live_data.reset_index()[['symbol', 'prediction']]\n",
36933693
"submission"
36943694
]
36953695
},

0 commit comments

Comments
 (0)