Kursinnhold
Stock Prices Prediction Project
Prophet Fit
We fit the model by instantiating a new Prophet object. Any settings to the forecasting procedure are passed into the constructor. Then you call its .fit() method and pass in the historical dataframe. Fitting should take 1-5 seconds.
Oppgave
Swipe to start coding
- Import 
Prophetfromprophet; - Initialize the 
Prophetobject; - Pass the historical DataFrame to the method.
 
Løsning
Mark tasks as Completed
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 8
AVAILABLE TO ULTIMATE ONLY