Kurssisisältö
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.
Tehtävä
Swipe to start coding
- Import
Prophet
fromprophet
; - Initialize the
Prophet
object; - Pass the historical DataFrame to the method.
Ratkaisu
Mark tasks as Completed
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 1. Luku 8
AVAILABLE TO ULTIMATE ONLY