Skip to content

Commit 39e898d

Browse files
Update basket_analysis_full.py
1 parent 03c8440 commit 39e898d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basket_analysis_full.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# ---------- Parameters (tune here) ----------
1616
INPUT_PATH = "Data/Retail_pos_basket_data.csv.csv"
17-
OUTPUT_DIR = "/content/ouput" # will be created if not exists
17+
OUTPUT_DIR = "Output" # will be created if not exists
1818

1919
# %%
2020

0 commit comments

Comments
 (0)