Datasets:
fixing typo
Browse files
Baseline_XGBoost_Resource_Estimation.ipynb
CHANGED
@@ -144,7 +144,7 @@
|
|
144 |
"data_path = 'dataset-new.csv' # Replace with the actual path to your dataset\n",
|
145 |
"df = pd.read_csv(data_path)\n",
|
146 |
"# Another way is to directly load the data from the hugging face where the dataset is hosted\n",
|
147 |
-
"# url =
|
148 |
"# df = pd.read_csv(url)\n",
|
149 |
"df.columns",
|
150 |
]
|
|
|
144 |
"data_path = 'dataset-new.csv' # Replace with the actual path to your dataset\n",
|
145 |
"df = pd.read_csv(data_path)\n",
|
146 |
"# Another way is to directly load the data from the hugging face where the dataset is hosted\n",
|
147 |
+
"# url = 'https://huggingface.co/datasets/ICICLE-AI/ResourceEstimation_HLOGenCNN/resolve/main/dataset-new.csv'\n",
|
148 |
"# df = pd.read_csv(url)\n",
|
149 |
"df.columns",
|
150 |
]
|