Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Update TATA .ipynb #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TATA .ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
"source": [
"# Visualising the results\n",
"plt.plot(real_stock_price, color = 'red', label = 'Real TATA Stock Price')\n",
"plt.plot(predicted_stock_price, color = 'blue', label = 'Predicted TAT Stock Price')\n",
"plt.plot(predicted_stock_price, color = 'blue', label = 'Predicted TATA Stock Price')\n",
"plt.title('TATA Stock Price Prediction')\n",
"plt.xlabel('Time')\n",
"plt.ylabel('TATA Stock Price')\n",
Expand Down