Skip to content

Commit 65f938e

Browse files
GarrettWuGenesis929
authored andcommitted
docs: fix docs of ARIMAPlus.predict (#512)
1 parent 62a63f5 commit 65f938e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bigframes/ml/forecasting.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,12 @@ def _fit(
234234
def predict(
235235
self, X=None, *, horizon: int = 3, confidence_level: float = 0.95
236236
) -> bpd.DataFrame:
237-
"""Predict the closest cluster for each sample in X.
237+
"""Forecast time series at future horizon.
238+
239+
.. note::
240+
241+
Output matches that of the BigQuery ML.FORECAST function.
242+
See: https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-forecast
238243
239244
Args:
240245
X (default None):

0 commit comments

Comments
 (0)