Skip to content

Commit

Permalink
Merge pull request #52 from Ab2nour/feat/add-prophet-model
Browse files Browse the repository at this point in the history
Feat/add prophet model
  • Loading branch information
Ab2nour authored Feb 4, 2024
2 parents ebffec6 + 110b88d commit 6eb7d7b
Show file tree
Hide file tree
Showing 4 changed files with 602 additions and 2 deletions.
101 changes: 99 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ yfinance = "^0.2.31"
jupyter = "^1.0.0"
mplfinance = "^0.12.10b0"
dash = "^2.14.0"
prophet = "^1.1.5"


[tool.poetry.group.dev.dependencies]
Expand Down
13 changes: 13 additions & 0 deletions src/notebooks/exploratory-data-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,19 @@
"## Analyse exploratoire"
]
},
{
"cell_type": "markdown",
"id": "4162d6d6",
"metadata": {},
"source": [
"# todo :\n",
"- tableau\n",
"- dire le format des données (ohlc)\n",
"- dire qu'on a 50 * 5 * 3 données\n",
" - donc qu'on a uniquement les jours ouvrés, pas les week-ends et les jours fériés\n",
" - on a des données journalières, donc on veut faire des prédictions à j+10"
]
},
{
"cell_type": "markdown",
"id": "903024f6408a368e",
Expand Down
Loading

0 comments on commit 6eb7d7b

Please sign in to comment.