Predicting Stock Prices using Regression Analysis with Python Code

preview_player
Показать описание
This video shows Python code with a step-by-step process to predict stock market prices using regression analysis.

**Ways To Support My Channel:**
💎Support my channel and hit the Like & Subscribe button 💎

===Great Books For Mastering Data Science and Data Cleaning===

*Free Code to copy and paste into Jupyter Notebook:*

*Dataset to save as csv file:*

**Get free resources to continue learning with learning data with Excel: **

Continue your learning with Python:

Thanks again for Watching!!

#python #machinelearning #regression #pythonprogramming #pythontutorial
Рекомендации по теме
Комментарии
Автор

Good video :) Fun topic I thought about this topic the other day, you went about it in the best way you could. Thanks for the video

MakingMathEasyForYou
Автор

For anyone wanting this code, I put a link in my description of this video to the code. Copy and paste into your Jupyter notebook. Also, I put the dataset used. Save it as a csv file.

datageekismyname
Автор

hi, great video. For better accuracy you can try adding different columns: pct_change would be great. Also you should not use just Open Close High Low, they have very small difference (thats why so correlated)

attris_wolf
Автор

Please make more videos on similar topic stock prediction/training if possible

shreyashchoudhary
Автор

Is it possible to put a link to the datasets and the code because I find it difficult to write the code from the phone?

shabaadameer
Автор

Would you please provide me the dataset?

qtlqene
Автор

Unfortunately this is not correct. The model has a look ahead bias, you are not supposed to know the volume, high and low until the end of the day. So basically you are trying to predict something you already know. This explains why the model has good performances. Don't think that finance is this easy guys

lefo