William Chiu

Results 6 comments of William Chiu

I was able to reproduce the bug using `lubridate_1.7.4`. ```r > library(lubridate) > > x myDateStamp > myDateStamp(x) [1] "My date is Saturday, July 19, 2700." ``` My session info:...

A workaround to improve writes to a Snowflake table is to create a Snowflake "stage" and use the PUT-COPY-INTO commands. Examples adopted from https://github.com/snowflakedb/dplyr-snowflakedb (deprecated). Step 1: Write the data...

Reprex simplified. The work-around is to replace the second `dbWriteTable` with `dbAppendTable`.

I added the traceback manually. Reprex does not appear to support traceback.

LOOCV is computationally prohibitive (which makes it unpopular). However, it has the least amount of bias and the lowest variance among the alternatives (e.g., 3-fold, 5-fold, and 10-fold): https://github.com/crossxwill/K_fold_cv/blob/main/k_fold_cv.pdf (scroll...

https://www.tmwr.org/resampling.html#bootstrap