Skip to content

Commit

Permalink
Made background data in R clean_df default to null
Browse files Browse the repository at this point in the history
  • Loading branch information
vloothuis committed Mar 24, 2024
1 parent 073b07b commit 8cd3e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# List your packages here. Don't forget to update packages.R!
library(dplyr) # as an example, not used here

clean_df <- function(df, background_df){
clean_df <- function(df, background_df=NULL){
# Preprocess the input dataframe to feed the model.
### If no cleaning is done (e.g. if all the cleaning is done in a pipeline) leave only the "return df" command

Expand Down

0 comments on commit 8cd3e69

Please sign in to comment.