Skip to content

Commit

Permalink
fix context window description in _run
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMichaelHu committed May 9, 2022
1 parent 1139c6d commit 8f56579
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions google/cloud/aiplatform/training_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2078,9 +2078,10 @@ def _run(
Optional. Column names that should be used as attribute columns.
Each column is constant within a time series.
context_window (int):
Optional. The number of periods offset into the past to restrict past sequence, where each
period is one unit of granularity as defined by [period]. When not provided uses the
default value of 0 which means the model sets each series historical window to be 0 (also
Optional. The amount of time into the past training and prediction data is used for
model training and prediction respectively. Expressed in number of units defined by the
[data_granularity_unit] and [data_granularity_count] fields. When not provided uses the
default value of 0 which means the model sets each series context window to be 0 (also
known as "cold start"). Inclusive.
export_evaluated_data_items (bool):
Whether to export the test set predictions to a BigQuery table.
Expand Down

0 comments on commit 8f56579

Please sign in to comment.