From ed04e130aa7df16e0f063a25ce2141675cff2d60 Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Sun, 22 Jan 2023 15:38:41 -0500 Subject: [PATCH] Update 1-data-exploration.R --- ML/1-data-exploration.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ML/1-data-exploration.R b/ML/1-data-exploration.R index 23e64dc..207feda 100644 --- a/ML/1-data-exploration.R +++ b/ML/1-data-exploration.R @@ -145,6 +145,9 @@ gp2$ggsave( +# save-data --------------------------------------------------------------- + +ds1 %>% readr$write_rds(here("ML","data-unshared","model_data.RDS"))