NOTE: Some have trouble installing this on Windows because of pystan: Follow the official docs (facebook.github.io/prophet/docs/installation.html) which shows how to install it for Windows and Linux. Or a simpler way would be to use anaconda and then: conda install -c conda-forge prophet.
For those that do not want to use conda: 1. pip install pystan==2.19.1.1 2. pip install fbprophet This should allow you to successfully install fbprophet and follow along. The issue lies with pystan 3+ that has some breaking changes. Hope this helps!
One of the best content I’ve seen. stock is the best though I don’t self trade but I still make my profit with the help of my broker till I'm sure I can start of self trading
Thank you very much, I am a beginner and I was trying to plot the closing value and the opening value on a chart , and then I saw your video and it was exactly what I was looking for.
Hi, I just wanted to take a moment to thank you for your awesome and useful tutorials here on TH-cam with people watching and learning from all over the globe. You are an unsung hero. By the way, the link above, when clicked, throws an error with the extra character at the end: html)
Awesome!! Could you do some addictional videos of this type? Maybe integrating some ML outputs with streamlit, e.g. XGBoost for energy consumption predition or classification, thank you!!!
getting error on installing prophet i install pystan and then tried pip install prophet also tried pip install fbprophet but getting error :DLL load failed :Failed building wheel for prophet
Hi, i'm getting this date format "2021-10-01T00:00:00+02:00" on streamlit but on my terminal i get "2021-09-27" , how can i get what i see on my terminal in streamlit?
thanks for this video i try it work fine but when i work next year the chart not up or down just like line how i can benfit this applaction and can read from csv file or excel file
Is there a benefit using plotly graph objects over plotly express here? I like the express API a lot more (classic passing of df and just calling column names on variables, like ggplot or other libs handle input for plots).
Glad you like it! Unfortunately it is not trivial to integrate streamlit into e.g. Flask or some other framework because it's already using its own web server internally (which is tornado).
Hello I know this is almost a year after you have made this video but I need to know what machine learning algorithm you used in this video and thanks for letting me about streamlit never heard of it till this video and its awesome
Hi I know these is an old video but just wondering if you can maybe update it sinse the yfinance API seems to be closed and the code doesn't work. Love your work and thanks in advance
While executing getting an attribute error "AttributeError: 'function' object has no attribute 'tail'" on line, st.write(data.tail()). Can't able to sort it out.
Nice video I'm using spyder IDE but after running the code I cannot find the local host to the browser to see what have written for example localhost: 8051.Is there anyway i can make it work
Hello Patrick, thanks for this amazing tutorial! Please help me solving the following: - my Raw Data table doesn't show figures; and - line 27 "data = load_data(selected_stock) is displaying error on selected_stock, when I change to "selected_stock" the error disapears. Cheers! Paulo
Hello Sir I am watching your Intermediate Python Tutorial. I am trying to make my way into Artificial Intelligence using Python, do you recommend anything (also I am just learning through TH-cam and other websites only)?
NOTE: Some have trouble installing this on Windows because of pystan: Follow the official docs (facebook.github.io/prophet/docs/installation.html) which shows how to install it for Windows and Linux. Or a simpler way would be to use anaconda and then: conda install -c conda-forge prophet.
For those that do not want to use conda:
1. pip install pystan==2.19.1.1
2. pip install fbprophet
This should allow you to successfully install fbprophet and follow along. The issue lies with pystan 3+ that has some breaking changes. Hope this helps!
@@gaylonalfano I try this, but getting error
I know Im kind of randomly asking but does anyone know of a good place to stream newly released series online ?
@@gaylonalfano I tried it but I'm still getting error on fbprophet is there any other solution other than conda and pystan?
@@pine6568 Try anaconda
One of the best content I’ve seen. stock is the best though I don’t self trade but I still make my profit with the help of my broker till I'm sure I can start of self trading
I'm looking forward to investing in the stock market. I am still trying to figure out how the entire thing works
@@theresagarcia1218 Obviously trading in stock is very volatile and risky, that's the reason most investors trade with a professional broker.
@@theresagarcia1218 I would recommend my personal broker/trader, she can help you get started, just look with her name online.
@@theresagarcia1218 'PRISCILLA DIANE AIVAZIAN"
@@mayacho4910 Thank you for this, i will be sure to look her up, hopefully she can help me get started.
I am a Python enthusiast and I can say that this tutorial is awesome! ❤️
Awesome, thank you!
One of the best I have seen. Encountered some problems, but was able to fix them. Thanks for the video.
I am a simple guy. I get a notification from this channel, I hit like.
You are the best :)
ONE OF THE WORLD BEST AND EASIEST TUTORIAL ALL LOVE FROM MY SIDE
Really great tutorials, and this one help me discover new libraries that I wasn't aware of. Thanks a lot :)
Great to hear!
Thank you very much, I am a beginner and I was trying to plot the closing value and the opening value on a chart , and then I saw your video and it was exactly what I was looking for.
this is mental bro i love the tutorial
You're a life saver, thank you so much for this tutorial
This is a great tutorial. Thank you!
man love this video it's so useful I have t=get to learn about stramlit so easily and how to use other libraries hatsoff
great!
Omg, amazing forecast!
This is really awesome...Thanks for sharing.
your channel minimum deserves 100k subs
thanks so much!
I just wanna say. Thank you. Thank you so much💕
you're welcome :)
Hi, I just wanted to take a moment to thank you for your awesome and useful tutorials here on TH-cam with people watching and learning from all over the globe. You are an unsung hero. By the way, the link above, when clicked, throws an error with the extra character at the end: html)
Super cool, thanks a lot!
Thank you ! Got working on my Mac
Great!
Great Content Keep up the good work ;)
Nice. From India. Thank You
Explanation way just mind blowing 🌊....Find this channel from data professor .😍
Glad you found it :)
WOW... great video
many thanks
Glad you liked it!
Hello, how I can host this type of projects like the above project you made on hostinger or any other platform.
Great video! Can you please tell me how to do when the market open only Monday to Friday? Thank you very much!
Awesome!! Could you do some addictional videos of this type? Maybe integrating some ML outputs with streamlit, e.g. XGBoost for energy consumption predition or classification, thank you!!!
Patrick thank you so much
I have an issue streamlit show (no module named 'fbprophet')
Please respond
Thanks. Good job 👍
getting error on installing prophet
i install pystan and then tried
pip install prophet
also tried
pip install fbprophet
but getting error
:DLL load failed
:Failed building wheel for prophet
which python version to use for current streamlit module and fbprophet?
hey man!
you are awesome
Hi, How can we build real-time graph display using python. Data could be from kafka or elasticsearch like source?
You are the best ;) keep going 💪
Thanks, will do!
Loved this video, it was awesome! And Which VSCode theme and font do you use?
Night Owl Theme
Very nice. Subbed.
thank you!
Hi, i'm getting this date format "2021-10-01T00:00:00+02:00" on streamlit but on my terminal i get "2021-09-27" , how can i get what i see on my terminal in streamlit?
great video!
For forecasting which machine learning algorithm isused
As today you can also install prophet as "pip install prophet" if you have problems installing the packages
Any way to adjust the forecast component graphs if you set streamlit to "wide" mode?
I use windows, to install the needed packs would I just use the console? (Beginner)
thankyou so much u help me a lot
glad to hear this!
how to get predictions of next 100 days.
i just cmplted this project n i'm so impressed by the predictions , im curious about future predictions
Hi I am trying to build my skills in analytics. I didn't understand what is venv, how to run things in it etc.
it's a virtual environment in Python
thanks for this video i try it work fine but when i work next year the chart not up or down just like line how i can benfit this applaction and can read from csv file or excel file
Is there a benefit using plotly graph objects over plotly express here? I like the express API a lot more (classic passing of df and just calling column names on variables, like ggplot or other libs handle input for plots).
I think both are fine :)
Thank you for your work . It was very easy to follow . Is possible embed this app in a existing web page?
Glad you like it! Unfortunately it is not trivial to integrate streamlit into e.g. Flask or some other framework because it's already using its own web server internally (which is tornado).
Good day, What IDE are you using?
Very nice and clear tutorial. Thank you for the video.
github.com/rabiahmad/prophet_stock_prediction
Hello I know this is almost a year after you have made this video but I need to know what machine learning algorithm you used in this video and thanks for letting me about streamlit never heard of it till this video and its awesome
Which algorithm is used
25:18
Which algorithm you use to predict stock?
which algorithm is used for forecasting?
In this is it possible to choose from any stocks intead of the designated one by the user himeslf
I am not getting Date Column and graph is not displaying
Will this be accepted as a mini project if i use this?
thank u sir, keep going
thanks!
what ML algorithm you have used?
is it using the real time data for prediciton??
Hi I know these is an old video but just wondering if you can maybe update it sinse the yfinance API seems to be closed and the code doesn't work. Love your work and thanks in advance
Can we upload a csv with the tickers in it and create a drop down
Which version python did you used?
Can u show me how to cluster stocks sectorwise plz share video
thank you so much
While executing getting an attribute error "AttributeError: 'function' object has no attribute 'tail'" on line, st.write(data.tail()). Can't able to sort it out.
AttributeError: 'Prophet' object has no attribute 'stan_backend'
how to fix this
Which algorithm is used lstm or svm
is this a machine learning based project?
Is this prediction based machine learning??????
is there anyway to use this on windows, because ive been trying for a while and nothing is working
How could this error be resolved? :
ValueError: Column ds has timezone specified, which is not supported. Remove timezone.
Traceback:
can i upload excel file or csv file instead of load data from yahoo finance
It can integrate to a web based application? Im a beginner sir, Thankyou if there is anyone will answer my question
i have a trouble in yfinance module, there is any solution?
Nice video I'm using spyder IDE but after running the code I cannot find the local host to the browser to see what have written for example localhost: 8051.Is there anyway i can make it work
how I can forcast another stock other than mentioned stock
I'm not able to import anything at all
The libraries pyarrow, fbprophet at all.
any Ideas How can I fix them
Hi what is the vscode theme that you are using it looks beautiful please let me know
Night Owl
Thanks a lot
Everything after the Raw data chart doesn't appear on the screen what did i do wrong?
Hello Patrick, thanks for this amazing tutorial!
Please help me solving the following:
- my Raw Data table doesn't show figures; and
- line 27 "data = load_data(selected_stock) is displaying error on selected_stock, when I change to "selected_stock" the error disapears.
Cheers! Paulo
Where should I install modules
Hello...
How to Read a Binary File Like Metastock Files Using Python
what is the accuracy of this model ??
Can somebody explain me the forecast components graphs
what IDE is that? (Xcode?)
They Yahoo finance don't work what is alternative 🤔
do you have project report of this project
Can someone explain the meaning of the last 3 components graphs
sir why do you recommend to build this in a virtual environment?
I always recommend to use a virtual env for different projects, so you keep your installed site packages organized
@@patloeber oh thank you :)
is it possible to do for Indian exchanges? NSE and BSE?
Yes, India stock name (.NS) add .ns in end
Loved the video! One question though, why do you always use plotly and never use Bokeh for example? Just curious.
Because both Streamlit and fbprophet support plotly out of the box
@@patloeber I understand. How complicated is using Bokeh? (Sorry for asking so much)
Can i upload this as an html file to run on a website so i can show this is a personal project? and if so can you make a video on how to do that
yeah you can deploy streamlit on e.g. Heroku
I need create home page , sign in and sign up for please help me
23:53
Hello Sir I am watching your Intermediate Python Tutorial. I am trying to make my way into Artificial Intelligence using Python, do you recommend anything (also I am just learning through TH-cam and other websites only)?
that's cool! I recommend my ML from scratch series and Andrew Ng's Machine Learning course
You can have a look at deep learn8ng specialization of Andrew Ng too
So sweet ☺️☺️
😊
I want to get rid of the light blue shadow in Forecast graph, does anyone here know how to do it?
Stupid question from me. How code when i type code . it just returns zsh Command not found: Code :(
code . is just a command to launch vscode from your terminal. You might not have it installed
|I really dont understand where and how you run streamlit. can you please help? i am using jupyter and windows 10
you have to create a python script and then run the command from the terminal