thevyasamit commited on
Commit
c496dd0
·
verified ·
1 Parent(s): 8643bf6

fixing json validation error

Browse files
Baseline_XGBoost_Resource_Estimation.ipynb CHANGED
@@ -146,7 +146,7 @@
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
  ]
151
  },
152
  {
 
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
  ]
151
  },
152
  {