Skip to content

Setting the periodic extraction interval for variables #225

Answered by jenniferfedor
choyesol asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @choyesol, thank you for using RAPIDS! It is possible to extract features in periodic time segments that are two weeks in duration or longer, however, depending on the values you choose for repeats_on and repeats_value, these time segments are likely to be overlapping.

For example, adding the following line to data/external/timesegments_periodic.csv will create time segments that are two weeks in duration (length = 13D 23H 59M 59S), but they will repeat every week (repeats_on = wday) on Mondays (repeats_value = 1):

label,start_time,length,repeats_on,repeats_value
twoweeks,00:00:00,13D 23H 59M 59S,wday,1

This would produce features extracted on the following time segments for a partic…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@choyesol
Comment options

@jenniferfedor
Comment options

Answer selected by choyesol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants