File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ def test_create_single_timeseries() -> None:
65
65
model .fit (X , y )
66
66
# [END bigquery_dataframes_single_timeseries_forecasting_model_tutorial_create]
67
67
68
- # [START bigquery_dataframes_single_timeseries_forecasting_model_tutorial_evaluate ]
68
+ # [START bigquery_dataframes_single_timeseries_forecasting_model_tutorial_coef ]
69
69
coef = model .coef_
70
70
print (coef .peek ())
71
71
72
72
# Expected output:
73
73
# ar_coefficients ma_coefficients intercept_or_drift
74
74
# 0 [0.40944762] [-0.81168198] 0.0
75
75
76
- # [END bigquery_dataframes_single_timeseries_forecasting_model_tutorial_evaluate ]
76
+ # [END bigquery_dataframes_single_timeseries_forecasting_model_tutorial_coef ]
77
77
assert coef is not None
78
78
assert model is not None
79
79
assert parsed_date is not None
You can’t perform that action at this time.
0 commit comments