Skip to content

Commit

Permalink
updated model
Browse files Browse the repository at this point in the history
  • Loading branch information
Incharajayaram committed Jul 19, 2024
1 parent 341401a commit 34a5d3c
Showing 1 changed file with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions stockprice.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,42 +22,12 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"id": "5c827935-e19b-4b44-a210-8724576c4fca",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Requirement already satisfied: yfinance in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (0.2.40)\n",
"Requirement already satisfied: pandas>=1.3.0 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (2.2.2)\n",
"Requirement already satisfied: numpy>=1.16.5 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (1.26.4)\n",
"Requirement already satisfied: requests>=2.31 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (2.32.3)\n",
"Requirement already satisfied: multitasking>=0.0.7 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (0.0.11)\n",
"Requirement already satisfied: lxml>=4.9.1 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (5.2.2)\n",
"Requirement already satisfied: platformdirs>=2.0.0 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (4.2.2)\n",
"Requirement already satisfied: pytz>=2022.5 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (2024.1)\n",
"Requirement already satisfied: frozendict>=2.3.4 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (2.4.4)\n",
"Requirement already satisfied: peewee>=3.16.2 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (3.17.5)\n",
"Requirement already satisfied: beautifulsoup4>=4.11.1 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (4.12.3)\n",
"Requirement already satisfied: html5lib>=1.1 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from yfinance) (1.1)\n",
"Requirement already satisfied: soupsieve>1.2 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from beautifulsoup4>=4.11.1->yfinance) (2.5)\n",
"Requirement already satisfied: six>=1.9 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from html5lib>=1.1->yfinance) (1.16.0)\n",
"Requirement already satisfied: webencodings in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from html5lib>=1.1->yfinance) (0.5.1)\n",
"Requirement already satisfied: python-dateutil>=2.8.2 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from pandas>=1.3.0->yfinance) (2.9.0.post0)\n",
"Requirement already satisfied: tzdata>=2022.7 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from pandas>=1.3.0->yfinance) (2024.1)\n",
"Requirement already satisfied: charset-normalizer<4,>=2 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from requests>=2.31->yfinance) (3.3.2)\n",
"Requirement already satisfied: idna<4,>=2.5 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from requests>=2.31->yfinance) (3.7)\n",
"Requirement already satisfied: urllib3<3,>=1.21.1 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from requests>=2.31->yfinance) (2.2.2)\n",
"Requirement already satisfied: certifi>=2017.4.17 in c:\\users\\incha\\appdata\\local\\programs\\python\\python310\\lib\\site-packages (from requests>=2.31->yfinance) (2024.6.2)\n",
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
],
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"%pip install yfinance"
"import matplotlib.pyplot as plt"
]
},
{
Expand Down

0 comments on commit 34a5d3c

Please sign in to comment.