I did notice the dates are different for compute_metrics 👀 on the Python side, the first day in the dataframe is day 1, then will go 7 days forward for 1 "week." This makes all the .n to be 7, except for the last one, if it does not align. R looks like it does something different-- the first "week" is 2 days, then the rest are 7, unless it does not align.
I did notice the dates are different for
compute_metrics
👀 on the Python side, the first day in the dataframe is day 1, then will go 7 days forward for 1 "week." This makes all the.n
to be 7, except for the last one, if it does not align. R looks like it does something different-- the first "week" is 2 days, then the rest are 7, unless it does not align.