Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update training set name in scope notebook #4

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/04/day04_SCoPe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
" \n",
"- To start, open the `SCoPe training set column guide` on Google Drive to have a reference for the columns of the training set.\n",
"\n",
"- Download the `downsampled_0.1_rs9_DR16_training_set.parquet` training set from Google Drive, placing it within your `scope` directory.\n",
"- Download the `DR16_merged_classifications_features_revamped_updated_imputed.parquet` training set from Google Drive, placing it within your `scope` directory.\n",
" \n",
"- Change the dataset path in `config.yaml` before running the following code. The path specifies the location within the `scope` directory where you put the training set. In `config.yaml`, the path can be found under `training: dataset: `."
]
Expand Down