Time Series Forecasting with Facebook Prophet and Python in 20 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024
  • Trying to forecast the next best stock?
    Want to predict the weather?
    Maybe you’re just trying to get a better sales forecast for your small business!
    Time series forecasting can help!
    In this video you’ll learn how to QUICKLY use time series forecasting to produce a forecast. In just a couple of minutes you’ll be able to preprocess your dataset using Pandas and forecast over a number of time periods using Facebook Prophet.
    In this video you’ll learn how to:
    1. Preparing Data for Time Series FC
    2. Training Prophet Time Series Models
    3. Making forecast predictions
    GET THE CODE!
    github.com/nic...
    Links Mentioned:
    Facebook Prophet: facebook.githu...
    If you have any questions, please drop a comment below!
    Oh, and don't forget to connect with me!
    LinkedIn: / nicholasrenotte
    Facebook: / nickrenotte
    GitHub: github.com/nic...
    Happy coding!
    Nick
    P.s. Let me know how you go and drop a comment if you need a hand!
    SLIDES: docs.google.co...

ความคิดเห็น • 234

  • @helloonica8515
    @helloonica8515 3 ปีที่แล้ว +38

    This is by far the best tutorial video, you went straight to the point and you were able to explain everything properly.

  • @lukasmendes4625
    @lukasmendes4625 2 ปีที่แล้ว +7

    I take my IBM courses, but after I always come to your channel to see your videos as they give me a much easier understanding. Thanks for this, and great content as always!

  • @macewindont9922
    @macewindont9922 3 ปีที่แล้ว +2

    As a newbie to forecasting, it helped a lot that you went slowly through all the pandas and prophet api calls.

  • @joao_ssouza
    @joao_ssouza 2 ปีที่แล้ว +3

    I'm about to start a project at the university related to time series forecasting, and you helped me a lot, thank you very much.

  • @berkceyhan5031
    @berkceyhan5031 2 ปีที่แล้ว +7

    Great video for beginners! Thank you for explaining every single thing without being boring. I enjoyed and learnt at the same time. Thanks.

  • @keivanmokhtarpour4863
    @keivanmokhtarpour4863 3 ปีที่แล้ว +2

    One of the best videos I've ever seen on TH-cam, with maximum information in minimum time!

    • @keivanmokhtarpour4863
      @keivanmokhtarpour4863 3 ปีที่แล้ว +1

      I only went through the code without listening to your voice :D

  • @sarahkadi8115
    @sarahkadi8115 2 ปีที่แล้ว

    Thank you so much, i've never watched a video with someone explaining this way, you dind't forgot about any detail and it's perfect for people who begin! thank you so much !!

  • @titaniumwolf2
    @titaniumwolf2 3 ปีที่แล้ว +1

    Cheers bro.
    I'm a web dev but suddenly have to so something like this.
    Awesome teaching skills.

  • @Eysh2009
    @Eysh2009 6 หลายเดือนก่อน

    This video is BEAUTIFUL, it helps so much! Thank you for the top quality tutorial!

  • @shyamjaiswal7114
    @shyamjaiswal7114 3 ปีที่แล้ว +3

    You got a new subscriber from India.

  • @shanenicholson94
    @shanenicholson94 2 ปีที่แล้ว

    Nicholas, this is the best tutorial I've seen on youtube...great work buddy.

  • @iliovininino
    @iliovininino ปีที่แล้ว

    Great job!! So far the best I've found explaining prophet. There is no full course yet anywhere... I mean, explaining prophet's hyperparameters tunning, and exploring the tool in more detail.

  • @martinthabang9621
    @martinthabang9621 2 ปีที่แล้ว

    This has been so helpful. I was already reaching my frustration limit.
    Thank you sooo much

  • @pavankumaravn5493
    @pavankumaravn5493 2 ปีที่แล้ว +1

    Great video. explained the forecast model in a simple steps.

  • @jawadhassan4917
    @jawadhassan4917 3 ปีที่แล้ว +1

    I am impressed by the way you plan and execute well done.

  • @Foundnoidentity
    @Foundnoidentity 2 ปีที่แล้ว

    I would really love to thank you so much, you explained it so well and I am finally able to forecast using prophet after watching so many other videos!

  • @mohammedzain9876
    @mohammedzain9876 2 ปีที่แล้ว +2

    Just an update to people watching this video in 2022
    if you get an "ModuleNotFoundError: No module named 'fbprophet' "
    its because
    the package name changed to prophet, so if you do - from prophet import Prophet - that should work!

  • @merimagdi
    @merimagdi 3 ปีที่แล้ว +2

    So much value here! Thanks! You got a new subscriber.
    Hi from Spain!

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Thanks so much @María, much love back at you from Spain!

  • @Dogcat677
    @Dogcat677 2 ปีที่แล้ว

    Best TH-cam explanation by far so clear, easy for beginners to follow 💯💯

  • @JoseGutierrez-in6bn
    @JoseGutierrez-in6bn 3 ปีที่แล้ว +1

    Your totorial is amazing, Congratulations you are the best.

  • @jaeen7665
    @jaeen7665 2 ปีที่แล้ว

    This is how a tutorial should be done. Liked, commented, and sub'd.

  • @Tredetion
    @Tredetion 3 ปีที่แล้ว +1

    This is very useful towards my masters! Thank you so much!

  • @ankushpandita7548
    @ankushpandita7548 3 ปีที่แล้ว +1

    great man!! You explained it so clearly. Very Helpful

  • @juanmoctezuma9225
    @juanmoctezuma9225 3 ปีที่แล้ว +1

    Awesome video Nicholas! your explanation did help me to build a model that I need for my personal project, muchas gracias!

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      De nada, thanks so for checking out the video @Juan!

  • @Daxter296
    @Daxter296 2 ปีที่แล้ว

    Thanks mate, I'm glad you explained each part really well!

  • @ermiasdejene
    @ermiasdejene 2 ปีที่แล้ว

    Thanks, bruh. It was simple and straight to the point tutorial. Loved it. And your presentation was clear as well as your summary with identifying the overall flow of logic was epic. God bless you, bro.

  • @geoafrikana
    @geoafrikana 2 ปีที่แล้ว

    Thanks. A lot clearer than the official docs.

  • @mahmoudsamir9537
    @mahmoudsamir9537 3 ปีที่แล้ว +1

    Very good explanation, thank you a lot.

  • @AndrewMoMoney
    @AndrewMoMoney 3 ปีที่แล้ว +1

    Hey! nice production and editing, the code is nifty as well

  • @abhilakshmaheshwari9360
    @abhilakshmaheshwari9360 2 ปีที่แล้ว

    Awesome! concise, helpful, well explained :)

  • @Sunsets_LoFi
    @Sunsets_LoFi 2 หลายเดือนก่อน

    So detailed explanation

  • @chanhopark5506
    @chanhopark5506 3 ปีที่แล้ว +1

    thanks a lot!! You are my lifesaver.

  • @Zzzkkk1313
    @Zzzkkk1313 3 ปีที่แล้ว +2

    Hey Nicholas. thanks for the video. could you please show how to do it with multiple products?

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Yup, think I'm going to do a full tutorial on end to end sales forecasting!

  • @zaynaba6626
    @zaynaba6626 2 ปีที่แล้ว +1

    are you able to use Prophets to forcast bitcoin price using twitter sentiment? Would love to see a video on that!

  • @senarkit
    @senarkit ปีที่แล้ว

    Would be great if your video volumes are higher. (I am at my MAX and still have a challenge listening to you w/o headphone)
    But great video, thanks a lot Nicholas. Please keep making more videos on forecasting that also covers HYPERPARAMs and tuning them.

  • @spqri3
    @spqri3 2 ปีที่แล้ว

    The best, as always. Thank you!

  • @yenchu28
    @yenchu28 ปีที่แล้ว

    Thanks, this gives a good start. Would be good to show how to add confounders and show interactions between different products if there are indeed associations, rather than having multiple univariate predictions. Also can show how to regularize and dealing with underfitting as it seems to do with a simple model.

  • @AIandVisuals
    @AIandVisuals ปีที่แล้ว

    Very good presentation, but where is the train/test split, the cross validation, and the model evaluation?

  • @samm9840
    @samm9840 2 ปีที่แล้ว +1

    Thank you very much. Can you share how we can do validation for such time-series models once developed?

  • @BB-ko3fh
    @BB-ko3fh 3 ปีที่แล้ว +6

    How was the model able to determine the daily seasonality when in fact you did not pass any intra-day (minute) data?!
    Really good video walkthrough;
    Keep up the good work!

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Heya @B B, I took at look at this afterwards and realised that in fact we didn't have minute data. So you're right, it wouldn't be able to pick up daily seasonality! If we had more granular data it would though. Good pick up!

  • @BigBigSmile
    @BigBigSmile 3 ปีที่แล้ว

    Thanks for making a great video

  • @SannidhiPHebbar
    @SannidhiPHebbar ปีที่แล้ว

    great video Could you please explain forecasting when there are multiple features and multiple product store values

  • @vjramyasaravanan2212
    @vjramyasaravanan2212 2 ปีที่แล้ว

    best tutorial ever

  • @fahadabdullah510
    @fahadabdullah510 2 ปีที่แล้ว

    Can you please make a separate video on which is the best model for time series like LSTM,Darts,ARIMA,SARIMAX,FbProphet by giving some examples. Thank You

  • @rowlandoshiotse9684
    @rowlandoshiotse9684 ปีที่แล้ว

    very detailed, easy to understand, concepts were also explained. nice one Bro. can i use this to predict future football scores for my team?

  • @egegirsen
    @egegirsen 2 ปีที่แล้ว +1

    You are the best I love you man

  • @charlesnwevo2706
    @charlesnwevo2706 2 ปีที่แล้ว +1

    Great content, thanks a lot it was very easy to follow your explanations. Quick question, I was wondering if prophet has any metric for calculating error assuming I want to compare it with a different model?

  • @dominicatuahene7303
    @dominicatuahene7303 2 ปีที่แล้ว

    amazing tutorial Nicholas. thank you so much. do you have a tutorial on a multivariate prophet forecast

  • @AJ-ks8iq
    @AJ-ks8iq 3 ปีที่แล้ว +2

    thanks! I like the style. can you do one for airlines sales where 2020 had a negative dip. and also focus more on the data science aspect of the data.

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +1

      Heya @Anita, sure, I'll add it to the list!

    • @AJ-ks8iq
      @AJ-ks8iq 3 ปีที่แล้ว +1

      @@NicholasRenotte thank you Nick :)

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      @@AJ-ks8iq you're welcome!!

  • @datastako156
    @datastako156 ปีที่แล้ว

    freat tutorial! thanks sir!

  • @aminaleali7161
    @aminaleali7161 9 หลายเดือนก่อน

    Good Video. There was no time column. How did the breakout show the distribution with time as its x axis?

  • @guannanliu9999
    @guannanliu9999 ปีที่แล้ว +1

    Your datetime doesn’t have time of the day, how did you get daily seasonality then?

  • @taufiqulhaque4987
    @taufiqulhaque4987 3 ปีที่แล้ว +3

    Amazing Nicholas... Well Explained, No complexity, well production.
    Would you please create another time series forecast model, where we can predict sales or stock prices for future (inputted) dates and times?

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +2

      In the pipeline! Got some more stock/finance stuff coming soon :)

    • @harikrishnangp959
      @harikrishnangp959 2 ปีที่แล้ว

      th-cam.com/video/0E_31WqVzCY/w-d-xo.html&ab_channel=PythonEngineer

  • @rayantalwar8315
    @rayantalwar8315 2 หลายเดือนก่อน

    Nice video! I have a question. In your video why does prophet forecast current values as well? Like the values for 2018 are already present and when we run forecast.head() why does it display different values for those 2018 dates?

  • @parakhchaudhary7479
    @parakhchaudhary7479 3 ปีที่แล้ว +1

    Thank you for this bro!

  • @prasadseptember
    @prasadseptember 2 ปีที่แล้ว +1

    Hi,
    Thank you for sharing this wonderful lecture
    How can we build a model that handles millions of time-series data, like customer forecasting
    Please share your thoughts

    • @NicholasRenotte
      @NicholasRenotte  2 ปีที่แล้ว +1

      Check out the data science dojo channel, I did a collab with them where I did something like that!

  • @hudata
    @hudata 8 หลายเดือนก่อน

    am a big fan of yours !

  • @JC-rx4eu
    @JC-rx4eu 2 ปีที่แล้ว

    Very useful! thanks

  • @adarsha2164
    @adarsha2164 3 ปีที่แล้ว +1

    Great stuff @Nicholas Renotte. Helped me build a model right away.
    Could you please do a video by going in more detail like tweaking parameters - for saturation, holiday factor,... and other things

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      You got it! Will delve a little deeper @Adarsh!

  • @tanmaykatke2611
    @tanmaykatke2611 11 หลายเดือนก่อน

    What to do, if I have multiple features? Should I plot them together? Or individually?

  • @maherkarim693
    @maherkarim693 3 ปีที่แล้ว +1

    explained with such incredible simplicity. have you gone into more detail on seasonality into another video? keep up the good work!

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +2

      Hi @Maher, thank you! I haven't but I can if it's a video you'd like to see?

    • @diegobravoguerrero
      @diegobravoguerrero 3 ปีที่แล้ว +1

      @@NicholasRenotte yes please! And thank you! I know how hard is to produce a single video. Great work on your channel.

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      @@diegobravoguerrero added to the list. Thanks so much!!

  • @jascbatalla
    @jascbatalla 2 ปีที่แล้ว

    awesome video!!! I just have couple of doubts:
    1 how can we measure the error? like in linear regression?
    2, How should we work with dates, say I want to forecast from July to December, do I need previous year data on those dates? is there a blank space of data I should leve in order to forecast??
    If any one has more resources about working with time series I would really appreciate the help!!
    thanks a lot!!!

  • @miguelpereira9095
    @miguelpereira9095 8 หลายเดือนก่อน

    Great video, is it possible to update the model in a sliding window way?

  • @Benny65436
    @Benny65436 2 ปีที่แล้ว

    Thank you again for the helpful video. What I don't understand are the numbers in the trends. For example, at 17:54. What does the -30 on Friday mean? We can't sell minus 30 products. Is it the deviation from the "standard"?

  • @abstractnonsense8344
    @abstractnonsense8344 2 ปีที่แล้ว +1

    Maybe I missed it, but did he do a hold out?

  • @n_128
    @n_128 2 ปีที่แล้ว

    It would be awesome if you add some advanced content on Prophet

  • @shelupinin
    @shelupinin 3 ปีที่แล้ว +1

    good stuff bro ! keep doing same videos !!!

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Thanks @Alexander, I've got the code for doing the same with Neural Prophet, want a vid on it?

  • @vamsikrishnabhadragiri402
    @vamsikrishnabhadragiri402 3 ปีที่แล้ว +2

    Thanks a lot for your video, what if we have different product names(let say 4), and stores(let say 2) and predict the value. can we still use Facebook prophet or do we need to build different models, which means 4*2= 8 models separately?

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Build multiple models, I show it here (I screwed up a bit during the stream but the theory is the same): th-cam.com/video/wXS9IzDjuZQ/w-d-xo.html

  • @MaxGroßeHerzbruch
    @MaxGroßeHerzbruch 2 หลายเดือนก่อน

    is it possible to look at the final model in an algebraic form? Like forecast= 4,3*weekday + 2,1*weekday*seasonality -1,234*seasonality?

  • @alvaroflores453
    @alvaroflores453 2 ปีที่แล้ว

    Goodie, just curious on how it generated a "within the day" plot without that info, but seemed to pick up some consistent trend haha. Maybe those are the priors showing as it looks quite symmetric

  • @am0x01
    @am0x01 ปีที่แล้ว

    Hi @Nicholas,
    Are you using M1 or Intel based Macbook, and what version of Python did you used in this tutorial?

  • @edwardsamokhvalov6720
    @edwardsamokhvalov6720 2 ปีที่แล้ว

    Daily seasonality is for intraday seasonalities, but you do not have intraday data so why would you specify it to true? It won't be able to generate intraday seasonality from eod data. Or am I not getting something???

  • @whiteboardmachinelearning7693
    @whiteboardmachinelearning7693 2 ปีที่แล้ว

    please make a video on multivariate time series forecasting

  • @dr.s.m.aqilburney3923
    @dr.s.m.aqilburney3923 3 ปีที่แล้ว +1

    LIKE IT AS MORE SOFT COMPUTING APPROACH

  • @tinashemuzata2159
    @tinashemuzata2159 2 ปีที่แล้ว

    Hi Nicholas . Thank you for the video. Just a soft issue why do the *yhat* values differ from some of the historical data points.

  • @theflyingpharmacist4094
    @theflyingpharmacist4094 3 ปีที่แล้ว +1

    Thanks for the great video. Do you know if you can add parameters 1) to set a daily max i.e if you know now more than X units can be sold per day and 2) set total number of units for sale i.e. limited edition merch with only 25m to sell? So it would stop at that point?

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +2

      Heya @TheFlyingPharmacist, you could apply your maximum limits to the yhat column using something like this, change the value in maximum_units to apply your hard stop:
      maximum_units = 25
      forecast['yhat'] = forecast['yhat'].apply(lambda x: maximum_units if x>maximum_units else x)

  • @transform2532
    @transform2532 ปีที่แล้ว

    @9:03 can't we just convert the datetime column using pd.to_datetime(df['Time Date']).. instead of four lines of code?

  • @ferzim63
    @ferzim63 2 ปีที่แล้ว

    Nice, but I still have problems installing pystan and fbprophet, how can this be so dificulkt, it has so many errors

  • @MuhammadHussain-ws1xs
    @MuhammadHussain-ws1xs 3 ปีที่แล้ว

    The explanation was very clear. I'm working on a dataset where i have many different cities solar data. I want to predict the irradiance value for each city rather than just one. I know you touched on this briefly in your video, is there any tutorial on this?

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Heya @Muhammad, I don't have a tutorial on it yet...but I just finished the code to do it with NeuralProphet. The video should be out on Thursday or Sunday. I'll add in how to loop through and build multiple models on the fly.

    • @MuhammadHussain-ws1xs
      @MuhammadHussain-ws1xs 3 ปีที่แล้ว +1

      @@NicholasRenotte Really appreciate.
      Thanks

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +3

      Heya @@MuhammadHussain-ws1xs , I published the latest video but didn't end up showing the multiple model training: th-cam.com/video/mgX0Iz4q0bE/w-d-xo.html I wrote this code for you this morning through which shows you how to do it with the dataset shown in the video, all the trained models will be stored in the dictionary called models:
      # Import libraries
      import pandas as pd
      from neuralprophet import NeuralProphet
      # Read in dataset
      df = pd.read_csv('weatherAUS.csv')
      # Transform dates and cut out missing values
      df['Date'] = pd.to_datetime(df['Date'])
      df['Year'] = df['Date'].apply(lambda x: x.year)
      df = df[df['Year']

  • @yashpatil9564
    @yashpatil9564 2 ปีที่แล้ว

    Can we use prophet for multivariate forecasting . IF yes , can you make a tutorial on it

  • @sangrammishra4396
    @sangrammishra4396 3 ปีที่แล้ว +1

    Make video on Dart forecast package

  • @anaclaramedeiros4110
    @anaclaramedeiros4110 3 ปีที่แล้ว +1

    Hello Nicholas, thank you so much for your explanation, it was very nice and clear in a often complex subject as Time Series...Do you have any recommendation in regard to a demand forecast for SKUs? They are phamaceutical products, around 6000 of them, each of them with a different ID. We are using prophet now, but some people are suggesting a LSTM model which to me seems to be very complicated. Also, we needed a model that could take into account exogenous variables that i am also not sure how to add into the model as a feature.

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +2

      Hey Ana, I'm presenting on how to do that this week: online.datasciencedojo.com/events/sales-forecasting-python-prophet-2

  • @chairathful
    @chairathful 3 ปีที่แล้ว +1

    You are awesome!

  • @priskawidya4836
    @priskawidya4836 ปีที่แล้ว

    Hi, I tried to install fbprophet module but I've got an error like this
    error: subprocess-exited-with-error,
    what should I do?

  • @Dogcat677
    @Dogcat677 2 ปีที่แล้ว

    Just curious is there a way to continuously input daily data and continuously predict future data ?

  • @ronitbhowmick2104
    @ronitbhowmick2104 3 ปีที่แล้ว

    Amazing interpretations. I am currently working on my paper on Crypto, could you please make an FBProphet model on crypto data. A more detailed one.

  • @SyedShakilAhmed-o7i
    @SyedShakilAhmed-o7i ปีที่แล้ว

    What to do if there are more SKUs and different shop locations?

  • @leoeveee
    @leoeveee ปีที่แล้ว

    What if we have missing dates in data, like no data for weekends

  • @spider279
    @spider279 ปีที่แล้ว

    hello Nicholas , how to do hourly forecast ( my ds is by 15minutes interval and my y is temperature and i want to do 3h forecasting of temperature ) please help me

  • @telander1484
    @telander1484 3 ปีที่แล้ว +2

    Great video! Just one question; how is hourly seasonality available when you have not specified any hours on the dataset? The data seems to be total sales/day for a single product in a single location.

    • @telander1484
      @telander1484 3 ปีที่แล้ว +1

      Nevermind, just saw the comment by B B. Still interesting that it tries to produce hourly seasonality!

    • @telander1484
      @telander1484 3 ปีที่แล้ว +1

      I'm going to predict incoming chats and calls/hour for my company's customer support schedule

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Awesome use case! I thought it would have thrown up some additional errors when I was passing the data (tbh I shouldve been paying more attention as well!). How's it going so far?

    • @telander1484
      @telander1484 3 ปีที่แล้ว +1

      @@NicholasRenotte Preparing a demo for my boss, I don’t have access to the real data yet! I acutally work as CS but i want to be data analyst!

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +1

      @@telander1484 awesome stuff! Let me know how you go!

  • @danielholocsi440
    @danielholocsi440 4 หลายเดือนก่อน

    Hi, how do I forecast for different product within different stores?

  • @jenialherdianto292
    @jenialherdianto292 3 ปีที่แล้ว +1

    Can you show us 1 week prediction? Any market, hourly time frame.. if its hard, daily time frame..
    I want to see if this is not just a dream to many people

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Heya @Jenial, you can plug in weekly data as well! I've used prophet in the past to do weekly sales forecasting, this might help you out: th-cam.com/video/mgX0Iz4q0bE/w-d-xo.html

    • @jenialherdianto292
      @jenialherdianto292 3 ปีที่แล้ว

      @@NicholasRenotte i know that. It's not reliable to predict the future.. It could lead to loss all the money

    • @jenialherdianto292
      @jenialherdianto292 3 ปีที่แล้ว

      Let us see next week prediction for any market. Hourly time frame. If it's too hard, H4 or daily

    • @jenialherdianto292
      @jenialherdianto292 3 ปีที่แล้ว

      Next question : how many times future prediction (let's say 1 week), accurate? If 50% accurate, what's the point?? No offense. Too many videos about market prediction with many NN methods.. It brings false hope to may people

  • @Tredetion
    @Tredetion 3 ปีที่แล้ว +1

    Can Prophet take into account multiple variables that might affect the y values? I am trying to forecast energy consumption in buildings and that is dependent on seasonality and temperature. Can Prophet also make the predicted y values based on predicted temperature? If not, do you have any other recommendations to methods of prediction? Thanks!

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +1

      Yup! It supports multivariate modelling.

  • @sehgalkarun
    @sehgalkarun 3 ปีที่แล้ว +1

    As you said We can make a product-specific time series But let's say I have 1500 stores and each store is selling 2000 products then how to tackle this ?

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Loop through each combo. I'm doing a webinar with Data Science Dojo on this in a few weeks time!

    • @sehgalkarun
      @sehgalkarun 3 ปีที่แล้ว

      @@NicholasRenotte also you have removed store al well as product and only keep date and value ... But in real life I need to know the forecast store and product wise.

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      @@sehgalkarun no problemo, I'm doing a webinar with @DataScienceDojo soon on how to scale it up!

  • @sagarwadile446
    @sagarwadile446 2 ปีที่แล้ว

    How to Deploy of Gold_data. this fbprophet model in Pycharm using streamlit. Please Provides codes or Video

  • @nitishmc6929
    @nitishmc6929 3 ปีที่แล้ว +1

    Hi.... I'm getting error" no module named fbprophet....how to resolve... please help me

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Heya @Nitish, might need to install it !pip install fbprophet

  • @zacharygreenberg1831
    @zacharygreenberg1831 3 ปีที่แล้ว +1

    When you run timeseries with FB Prophet, do you have to stationarize your data, or will Prophet do it for you?

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Heya @Zac, I don't normally perform any preprocessing (including stationarizatio) on the data before passing to Prophet and normally receive reasonably performant results. I'd run without it first and see how you go!

  • @mooncake4511
    @mooncake4511 3 ปีที่แล้ว +1

    pip install fbprophet is erroring out in VScode windows. Any work around ?

  • @cesareme
    @cesareme 3 ปีที่แล้ว +1

    Hi! Good Job!
    I've a question, maybe you can help me.
    My dataset contains 24 clients and 20 products, how could I run this code to calculate the forecast for each combination client-product-month? Thanks in advance!

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +1

      Check this out: th-cam.com/video/wXS9IzDjuZQ/w-d-xo.html

    • @cesareme
      @cesareme 3 ปีที่แล้ว

      @@NicholasRenotte Thx Bro!

  • @mohitpande2006
    @mohitpande2006 3 ปีที่แล้ว +1

    Hi nicholas, I am getting prediction output as date (1960-01-01T00:00:00) but I only want date not time is their any way out.

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Can change the date format using this function: www.programiz.com/python-programming/datetime/strftime