add_cyclic_datepart {fastai} | R Documentation |
Add cyclic datepart
Description
Helper function that adds trigonometric date/time features to a date in the column 'field_name' of 'df'.
Usage
add_cyclic_datepart(
df,
field_name,
prefix = NULL,
drop = TRUE,
time = FALSE,
add_linear = FALSE
)
Arguments
df |
df |
field_name |
field_name |
prefix |
prefix |
drop |
drop |
time |
time |
add_linear |
add_linear |
Value
data frame
[Package fastai version 2.2.2 Index]