Source: factory.ai/package.time/ObjAITimeProphet.py
| Method | Signature | Description |
|---|---|---|
| initialize_prophet_model | initialize_prophet_model(df) -> Prophet |
Initializes and fits a Prophet model to the provided DataFrame. |
| generate_plots | generate_plots(model_prophet: Prophet, forecast_df) -> None |
Generates and saves plot figures for the Prophet forecast. |
| update_predictions | update_predictions(forecast_df) -> None |
Updates the database with predicted values from the Prophet forecast. |
| query | query() |
Executes an AI transformation query using Prophet model. |
Run the AI query.