-
Notifications
You must be signed in to change notification settings - Fork 0
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
fixing notebook #21
fixing notebook #21
Conversation
For me the changes with jupyter notebook works. I tested with the second example data folder which contains a new version of the files compared to example study1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly cosmetic suggestions. The new comments in the notebook are nice to understand exactly what is going on.
src/validation_pipeline.ipynb
Outdated
@@ -107,7 +108,7 @@ | |||
"metadata": {}, | |||
"outputs": [], | |||
"source": [ | |||
"proj_data_path = Path.cwd().parent / \"data\" / \"synthetic_data\"\n", | |||
"proj_data_path = Path.cwd().parent / \"data\" / \"synthetic_data_2\"\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is synthetic_data_2? Perhaps we can give it a better name? Does the old one still work, some explanation here would be helpful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed to "test_data"
Co-authored-by: qubixes <44498096+qubixes@users.noreply.github.com>
Co-authored-by: qubixes <44498096+qubixes@users.noreply.github.com>
Co-authored-by: qubixes <44498096+qubixes@users.noreply.github.com>
The jupyter notebook is adjusted to the new backend.
It replicates each step of the validation pipeline and gives a bit more information.