Skip to content

Commit

Permalink
Removed clean from run.R
Browse files Browse the repository at this point in the history
This avoids double cleaning.
  • Loading branch information
vloothuis committed Mar 10, 2024
1 parent 456b145 commit 8258972
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions run.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ run_predict <- function(input_path, output=NULL) {
# Read data from input file
df <- read.csv(input_path, encoding="latin1")

# Clean the data
df <- clean_df(df) # Assuming clean_df is a function in the submission package

# Make predictions
predictions <- predict_outcomes(df) # Assuming predict_outcomes is a function in the submission package

Expand Down

0 comments on commit 8258972

Please sign in to comment.