thevyasamit commited on
Commit
2626150
·
verified ·
1 Parent(s): c7af483

fixing structure

Browse files
Baseline_XGBoost_Resource_Estimation.ipynb CHANGED
@@ -143,8 +143,8 @@
143
  "# Assuming the data is in a CSV file with the target column 'fit_time_in_TF'\n",
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
  ]
 
143
  "# Assuming the data is in a CSV file with the target column 'fit_time_in_TF'\n",
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
  ]