Skip to content

Commit 05b2046

Browse files
Blocking fix: "the in" -> "in the"
1 parent 052e024 commit 05b2046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/concept-automl-forecasting-calendar-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Th following table shows the full set of AutoML's standard calendar features alo
3838
|`minute`|Numeric feature representing the minute within the hour. It takes values 0 through 59.|25|
3939
|`second`|Numeric feature representing the second of the given datetime. In the case where only date format is provided, then it is assumed as 0. It takes values 0 through 59.|30|
4040
|`am_pm`|Numeric feature indicating whether the time is in the morning or evening. It is 0 for times before 12PM and 1 for times after 12PM. |0|
41-
|`am_pm_lbl`|String feature indicating whether the time is the in morning or evening.|'am'|
41+
|`am_pm_lbl`|String feature indicating whether the time is in the morning or evening.|'am'|
4242
|`hour12`|Numeric feature representing the hour of the day on a 12 hour clock. It takes values 0 through 12 for first half of the day and 1 through 11 for second half.|0|
4343
|`wday`|Numeric feature representing the day of the week. It takes values 0 through 6, where 0 corresponds to Monday. |5|
4444
|`wday_lbl`|String feature representing name of the day of the week. |

0 commit comments

Comments
 (0)