Skip to content

Commit

Permalink
Merge pull request #551 from mlrun/1.6.x-dev
Browse files Browse the repository at this point in the history
1.6.x dev
  • Loading branch information
aviaIguazio authored Dec 31, 2023
2 parents d523a6b + 3b211c2 commit 5f0275d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stocks-prediction/02_ingest_stocks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@
"fstore.ingest(info_set,\n",
" pd.DataFrame.from_dict({'ticker':[name],\n",
" 'Datetime': now,\n",
" 'start_delta':59,\n",
" 'end_delta':31,\n",
" 'start_delta':6,\n",
" 'end_delta':0,\n",
" 'interval':'5m',\n",
" 'n_stocks':number_of_stocks}),\n",
" overwrite=True)"
Expand Down

0 comments on commit 5f0275d

Please sign in to comment.