Skip to content

Commit

Permalink
update download path (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
roshankern authored Mar 8, 2024
1 parent 18488dd commit cb4883b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1.split_data/explore_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
],
"source": [
"# load x (features) and y (labels) dataframes\n",
"labeled_data_path = pathlib.Path(\"../0.download_data/data/labeled_data.csv.gz\")\n",
"labeled_data_path = pathlib.Path(\"../0.download_data/data/labeled_data__ic.csv.gz\")\n",
"labeled_data = get_features_data(labeled_data_path)\n",
"\n",
"print(labeled_data.shape)\n",
Expand Down
2 changes: 1 addition & 1 deletion 1.split_data/scripts/nbconverted/explore_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def create_tidy_corr_matrix(data_array, labels):


# load x (features) and y (labels) dataframes
labeled_data_path = pathlib.Path("../0.download_data/data/labeled_data.csv.gz")
labeled_data_path = pathlib.Path("../0.download_data/data/labeled_data__ic.csv.gz")
labeled_data = get_features_data(labeled_data_path)

print(labeled_data.shape)
Expand Down

0 comments on commit cb4883b

Please sign in to comment.