Create Your Own Google Stock Prediction Program Using Python And Machine Learning

preview_player
Показать описание
Predict Google Stock Using Python, Support Vector Regression

⭐Please Subscribe !⭐

⭐Get the code and data sets by becoming a supporter on Patreon:

⭐Website:

⭐Support the channel on Patreon:

⭐Helpful Programming Books
► Python (Hands-Machine-Learning-Scikit-Learn-TensorFlow):

► Learning Python:

►Head First Python:

▶️ Get 2 Free Stocks on WeBull when you deposit $100 (Valued up to $1600):

#MachineLearning #Stock #Python
Рекомендации по теме
Комментарии
Автор

Price can not be the only variable for predicting stock value, these days market sentiment is crucial so it would be good to see use of NLP to extract opinion mining and sentiment analysis measure in place to get a more realistic practical model.

nafizhaq
Автор

Where did you get the dataset from, do you have a link?

genson_
Автор

Why did you deleted other video, I was following the steps and it is now saying that I have removed video. Please let me know soon.

UjjWalKakade
Автор

Thank you for the video! Is there any danger that the RBF model is over fitting? Thank you!

hill
Автор

i dont why its doing this but cell 8 is giving me an error.
i have df_adj_close = df.loc[:, 'Close\Last']
and it gives me an error. no matter what i put in there it gives me and error except for date.

rverm
Автор

I've got a question and i hope you can answer me. I just finished the basics and i really like to learn all of this what's the best place for a beginner or what material to start wrapping my head around it ? Thanks in advance.

florinmichael
Автор

Thanks for your video, it was very interesting, however, it is impossible to predict what will hapen in the future. Linear and Polynomial regressions predicted the price correctly because the actual price went up from date 19 to date 20, on the other hand, the RFB prediction model showed a reduction on the price which is incorrect. You have to understand that every stock is different and it adjusted to different regression models. As as I said, it is impossible to predict exactly what the stock price will be tomorrow, nonetheless, your models give a good idea about it. It is sugessted to include market sentiment analysis in this model and see how this important factor impacts predictions. It will be interesting to develop a model to predict stock prices using machine learning and include market sentiment about the specific stock and important information released such CPI, labor reports, interest rates, political decisions.

Maximus.
Автор

Can i see value of after tommorw or next week ( by day ) or next month (by day+30) ?

raqe
Автор

How can i use it for Bangladeshi stock(dse.org)?

jagrotobibek
Автор

I get an error saying " 'Timstamp' has no attribute 'split' ". Plz help me

joelcompany
Автор

Pleas csn you people provide code for this or any link from which I can download thsnks

gajanandn
Автор

Helpful video! But it takes too long to run the SVR from colab, any idea?

cocoon
Автор

I think you made an error in the last cell, you were using day 30 previously but mistakenly wrote 20

atrumluminarium
Автор

You used the models to predict the price for day 30, but compared to day 20 in actual price. Is it that right?

WesleySoares