Skip to content

Commit

Permalink
training process
Browse files Browse the repository at this point in the history
  • Loading branch information
fatou1526 committed Sep 19, 2023
1 parent 52bed6c commit b534bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from utils import evaluate_model

# Loading cleaned data
data = load_data("C:/Users/USER/Documents/Master2 DIT/Outil versioning/branche1/arborescence_tree/data/cleaned/cleaned_data.csv")
data = load_data("data/cleaned/cleaned_data.csv")

# Splitting data
y = data['label']
Expand Down

0 comments on commit b534bce

Please sign in to comment.