Skip to content
Snippets Groups Projects
Commit bbf2de0e authored by Naufal-Nalendra's avatar Naufal-Nalendra
Browse files

fix: file import

parent 9f896538
Branches
No related merge requests found
Pipeline #66345 failed with stage
in 1 minute and 57 seconds
......@@ -10,7 +10,7 @@ import mlflow.sklearn
# Load dataset
# TODO clean dataset
data = pd.read_csv('../data/churn.csv')
data = pd.read_csv("../data/churn.csv")
# Split into features and target
X = data.drop(columns=['Churn'])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment