Remove unused env vars; change the other tmp folder name; fix examples

This commit is contained in:
Jash Gulabrai 2025-04-28 13:08:36 -04:00
parent c3d8940c95
commit 29f57d528d
9 changed files with 4 additions and 13 deletions

View file

@ -154,7 +154,7 @@
"outputs": [],
"source": [
"# Processed data will be stored here\n",
"DATA_ROOT = os.path.join(os.getcwd(), \"tmp\")\n",
"DATA_ROOT = os.path.join(os.getcwd(), \"sample_data\")\n",
"CUSTOMIZATION_DATA_ROOT = os.path.join(DATA_ROOT, \"customization\")\n",
"VALIDATION_DATA_ROOT = os.path.join(DATA_ROOT, \"validation\")\n",
"EVALUATION_DATA_ROOT = os.path.join(DATA_ROOT, \"evaluation\")\n",