What Data Actually Predicts Stock Price? Using Feature Importance in Python

preview_player
Показать описание
Hey, thanks for clicking on the video.

I talk about coding, python, technology, education, data science, deep learning, etc. If you enjoyed the video please like or subscribe. It is one of the best ways to let YouTube share similar content to you and others interested in this topic.Many thanks

CHAPTERS
Downloading Data - 2:15
Explaining Feature Importance - 8:28
Regression Instance - 10:30
Classification Instance - 16:00
Correlation - 20:25

My goal is to create a community of like-minded people for a mastermind group where we can help each other succeed, so browse around and let me know what you think. Cheers!

Keyword for the algorithm: features importance data science algorithmic trading machine learning for finance python money reinforcement learning stocks predicting price of stocks markets dow jones sklearn scipy FinRL

FOLLOW ME ON LINKEDIN:
Рекомендации по теме
Комментарии
Автор

Clearly an important point of view! Well done! Keep 'em coming! 👍

athanasrenti
Автор

Think about normalizing the stock prices. Your 30 Stock are on completely different nominal ranges. I always though ML models don't like large ranges.

Further recommend to ensure the agent can make his decision not only on the current last candle but is able to see the the last x candles in different time frames and makes the buy / hold / sell decision on this.

I tried finRL a while ago, was not able to make it work but now your videos motivate me to get a working agent.

I still looks for the simpler to use frame work since the problem statement should be simple. You have three actions and stock data plus indicators. Make a call.

HK-yose
Автор

would be interesting to see how to get feature importance in the finrl ensemble model

tanobugelli
Автор

Good intentions on video channel 👍👍. However, it's useful to realise some things... (IMHO)
All stocks are like flotsam floating on the sea. That is to say, they are primarily subject to large forces outside of the business. Primarily risk free return of government bond interest rates. Ie things like changes in fed rate is the primary stock market driver. Secondary things that affect inflation, like price of oil, jobs/unemployment figures, CPI (consumer price index), PPI (producer price index). Then there's government policies that can affect certain industries. SEC edgar database holds financial filings for individual companies, news for individual companies. So the best ai is something that can process text and say if the news is good, bad or neutral.

martinxyz
Автор

Not sure if FeatureEngineering separates the data by tic but the return & change in volume that you calculated is totally off because pandas is working row wise and consecutive rows have data for different tickers….

manishmahendru
Автор

Nice, Can we have the google colab of this ?

marcoz
Автор

Dude your videos are top quality...can you do one on FinGPT if you get a chance

hom