Bitcoin & Stock Price prediction with Python [fbprophet]

preview_player
Показать описание
This video is an update of my already released video on fbprophet - a time series prediction tool from the Data Science team of Facebook.

First I am going over Bitcoin and in the end considering a stock price.
In the very end you will find seasonalities.

Credits to facebooks Data Science team developing the fbprophet tool.

If you enjoy my content or can extract value out of it please subscribe to the channel.

Let's meet in one year and see whether the Prediction is right :-P

Disclaimer: This video is not an investment advice or any recommendation. The purpose of this video is meant to be educational or entertaining.

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

Hey thanks for the tutorial.. can you perhaps help with adding the legend to the plot? what would be the Actual from the df?

MyColdDeath
Автор

Hi, I'm not able to install fbprophet. I already have install pystan==2.19.1.1 but at fbprophet I have the error code: ERROR: Failed building wheel for fbprophet and it says something with 'cl.exe' and then 'failed with exit code 2' I hope you have an idea...

niclasrauchfu
Автор

hey mate !! loving your work, got an issue when typing model = Prophet(), this error message is occuring
TypeError Traceback (most recent call last)
in <module>
----> 1 m = Prophet()
2 m.fit(df)
3 future =
4 future.tail()

TypeError: 'module' object is not callable
many thanks in advance!!

maximorenatonia
Автор

Hay mate. Is their anyway we can use more than 1 feature here. You are only using Adj Close. Is there anyway we can use open price also. I tried using adding aditional regressors. But It need to be in the future forcasting also in order to use it. Any solution ?

wolfcircle
Автор

Hi. Great content, thank you. However, my kernel dies when running predict. On what OS and version did you do your install, etc? TX

deonvermeulen
Автор

not able to install fbprophet or yfinance, tried promt, navigator, pip install as well

abhijaynair
Автор

Hi

Can you make a video on the best industries to invest ? Thanks

lucksimi
Автор

bophet Prophjet noonger working? Any specific Python version?

kicc
Автор

1 year later. Bitcoin has hit $50k (and since crashed). Fbprophet seems quite accurate no?😂

chartShooter