Skip to content

Commit 23bd072

Browse files
committed
move to triple quotes
1 parent affeae4 commit 23bd072

File tree

1 file changed

+1
-5
lines changed
  • ads/opctl/operator/lowcode/forecast/model

1 file changed

+1
-5
lines changed

ads/opctl/operator/lowcode/forecast/model/prophet.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,7 @@ def _generate_report(self):
358358
logger.debug(f"Full Traceback: {traceback.format_exc()}")
359359

360360
model_description = rc.Text(
361-
"Prophet is a procedure for forecasting time series data based on an additive "
362-
"model where non-linear trends are fit with yearly, weekly, and daily seasonality, "
363-
"plus holiday effects. It works best with time series that have strong seasonal "
364-
"effects and several seasons of historical data. Prophet is robust to missing "
365-
"data and shifts in the trend, and typically handles outliers well."
361+
"""Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well."""
366362
)
367363
other_sections = all_sections
368364

0 commit comments

Comments
 (0)