Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lisasivak committed Apr 21, 2024
2 parents 56d4b2c + a60c59a commit d9ccb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions submission.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
library(dplyr)
library(glmnet)
library(caret)
##
###
clean_df <- function(df, background_df = NULL){

# select only cases where outcome is available
Expand Down Expand Up @@ -92,4 +92,4 @@ predict_outcomes <- function(df, background_df = NULL, model_path = "./model.rds
names(df_predict) <- c("nomem_encr", "prediction")

return( df_predict )
}
}

0 comments on commit d9ccb7f

Please sign in to comment.