rohitinu6 / Stock-Price-Prediction

This project focuses on predicting the stock prices of "The State Bank Of India" using machine learning Regression algorithms.
29 stars 55 forks source link

[FEATURE] : Visualize relationship between date and open pricesof stock over time #113

Open shwetzz14 opened 2 days ago

shwetzz14 commented 2 days ago

Is this a unique feature?

Is your feature request related to a problem/unavailable functionality? Please describe.

jhuiigfyuf

Proposed Solution

  1. create graph
  2. format axes
  3. add title : title the graph "open vs close"

Screenshots

image

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)

  1. convert date column to datetime format
  2. create garaph
  3. plt.plot(pd.to_datetime(df_train['Date']),df_train['Open'])
github-actions[bot] commented 2 days ago

Ensure the issue is not similar or previously being worked on.Thanks for your time