Skip to content

Commit

Permalink
Changed dir for plots.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hvass-Labs committed Apr 10, 2021
1 parent 2c7eeb1 commit f55cd46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Paper_Long-Term_Stock_Forecasting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"outputs": [],
"source": [
"# Create directory for plots if it does not exist already.\n",
"path_plots = 'plots/'\n",
"path_plots = 'plots/long-term_stock_forecasting/'\n",
"if not os.path.exists(path_plots):\n",
" os.makedirs(path_plots)"
]
Expand Down Expand Up @@ -6179,7 +6179,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
"version": "3.9.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f55cd46

Please sign in to comment.