File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1915,7 +1915,7 @@ def run(
1915
1915
during Model training. The column must have numeric values between 0 and
1916
1916
10000 inclusively, and 0 value means that the row is ignored.
1917
1917
If the weight column field is not set, then all rows are assumed to have
1918
- equal weight of 1. This column must be available at forecast.
1918
+ equal weight of 1.
1919
1919
time_series_attribute_columns (List[str]):
1920
1920
Optional. Column names that should be used as attribute columns.
1921
1921
Each column is constant within a time series.
@@ -2275,7 +2275,7 @@ def _run(
2275
2275
during Model training. The column must have numeric values between 0 and
2276
2276
10000 inclusively, and 0 value means that the row is ignored.
2277
2277
If the weight column field is not set, then all rows are assumed to have
2278
- equal weight of 1. This column must be available at forecast.
2278
+ equal weight of 1.
2279
2279
time_series_attribute_columns (List[str]):
2280
2280
Optional. Column names that should be used as attribute columns.
2281
2281
Each column is constant within a time series.
You can’t perform that action at this time.
0 commit comments