Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Soumaya-JE authored Aug 24, 2024
1 parent ef2be2e commit 865a25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing/test_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


# préaparation de data pour testing
file_path = "../data/data_2005a2021.csv"
file_path = "../data/data 2005a2021 final.csv"
X_train_resampled, X_test, y_train_resampled, y_test = process_data(file_path)

model, training_time = train_model(X_train_resampled, y_train_resampled)
Expand Down

0 comments on commit 865a25f

Please sign in to comment.