Spaces:
Sleeping
Sleeping
Upload notebooks/02_feature_engineering.ipynb with huggingface_hub
Browse files
notebooks/02_feature_engineering.ipynb
CHANGED
|
@@ -43,7 +43,7 @@
|
|
| 43 |
"warnings.filterwarnings('ignore')\n",
|
| 44 |
"\n",
|
| 45 |
"# Load configuration\n",
|
| 46 |
-
"config_path = Path(\"
|
| 47 |
"with open(config_path) as f:\n",
|
| 48 |
" CONFIG = json.load(f)\n",
|
| 49 |
"\n",
|
|
|
|
| 43 |
"warnings.filterwarnings('ignore')\n",
|
| 44 |
"\n",
|
| 45 |
"# Load configuration\n",
|
| 46 |
+
"config_path = Path(\"notebook_config.json\")\nif not config_path.exists():\n config_path = Path(\"/home/user/app/notebooks/notebook_config.json\")\n",
|
| 47 |
"with open(config_path) as f:\n",
|
| 48 |
" CONFIG = json.load(f)\n",
|
| 49 |
"\n",
|