From 3deab9a2dd6d6bb68d1eeb584469c4d7ab997210 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lu=C3=ADs=20Fernando=20Torres?=
<93692004+luuisotorres@users.noreply.github.com>
Date: Sun, 12 Jun 2022 21:07:26 -0300
Subject: [PATCH] Add files via upload
---
AAPL Stock Price Prediction Using PyCaret-Copy1.ipynb | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/AAPL Stock Price Prediction Using PyCaret-Copy1.ipynb b/AAPL Stock Price Prediction Using PyCaret-Copy1.ipynb
index 16d7628..0eb8d07 100644
--- a/AAPL Stock Price Prediction Using PyCaret-Copy1.ipynb
+++ b/AAPL Stock Price Prediction Using PyCaret-Copy1.ipynb
@@ -54703,14 +54703,14 @@
},
{
"cell_type": "code",
- "execution_count": 23,
+ "execution_count": 24,
"id": "8c2aa054",
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
- ""
+ ""
]
},
"metadata": {},
@@ -54721,8 +54721,7 @@
"fig = px.line(round(prediction,2), \n",
" x = prediction.index, \n",
" y = ['Close','Label'],\n",
- " title = 'AAPL close price x predicted price from June 10th, 2020 to June 10th, 2022',\n",
- " width = 1200, height =800)\n",
+ " title = 'AAPL close price x predicted price from June 10th, 2020 to June 10th, 2022')\n",
"newnames = {'Close':'Closing Price', 'Label': 'Predicted Price'}\n",
"fig.for_each_trace(lambda t: t.update(name = newnames[t.name],\n",
" legendgroup = newnames[t.name],\n",