Date Feature
Date Feature
Convert to DateList feature
Convert to specified time period
Convert to specified time period
type of TimePeriod to convert date feature to
Integer feature of time period value
transforms a Date field into a cartesian coordinate representation of an extracted time period on the unit circle
transforms a Date field into a cartesian coordinate representation of an extracted time period on the unit circle
The time period to extract from the timestamp
Other features of same type enum from: DayOfMonth, DayOfWeek, DayOfYear, HourOfDay, WeekOfMonth, WeekOfYear
Converts DateTime features into cartesian coordinate representation of an extracted time periods (specified in circularDateRepresentations as seq of: DayOfMonth, DayOfWeek, DayOfYear, HourOfDay, WeekOfMonth, WeekOfYear) on the unit circle.
Converts DateTime features into cartesian coordinate representation of an extracted time periods (specified in circularDateRepresentations as seq of: DayOfMonth, DayOfWeek, DayOfYear, HourOfDay, WeekOfMonth, WeekOfYear) on the unit circle. Also converts a sequence of Date features into DateList feature and then applies DateList vectorizer.
DateListPivot can specify: 1) SinceFirst - replace the feature by the number of days between the first event and reference date 2) SinceLast - replace the feature by the number of days between the last event and reference date 3) ModeDay - replace the feature by a pivot that indicates the mode of the day of the week Example : If the mode is Monday then it will return (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0) 4) ModeMonth - replace the feature by a pivot that indicates the mode of the month 5) ModeHour - replace the feature by a pivot that indicates the mode of the hour of the day.
name of the pivot type from DateListPivot enum
reference date to compare against when DateListPivot is SinceFirst or SinceLast
option to keep track of values that were missing
list of all the circular date representations that should be included in feature vector
other features of same type
result feature of type Vector
Enrichment functions for Date Feature