Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoroller committed Apr 19, 2024
1 parent 240295d commit 799eb30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "ca2213c2-6abc-4340-853a-7ab1e06e68d3",
"metadata": {},
"source": [
"# Getting started\"\n",
"# Getting started\n",
"\n",
"In this notebook, we use `TorchSurv` to train a model that predicts relative risk of breast cancer recurrence. We use a public data set, the [German Breast Cancer Study Group 2 (GBSG2)](https://paperswithcode.com/dataset/gbsg2). After training the model, we evaluate the predictive performance using evaluation metrics implemented in `TorchSurv`.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/momentum.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"### Dependencies\n",
"\n",
"To run this notebooks, dependencies must be installed. the recommanded method is to use our developpment conda environment (`preffered`). Instruction can be found [here](https://opensource.nibr.com/torchsurv/devnotes.html#set-up-a-development-environment-via-conda) to install all optional dependancies. The other method is to install only required packages using the command line below:"
"To run this notebooks, dependencies must be installed. the recommended method is to use our development conda environment (`preferred`). Instruction can be found [here](https://opensource.nibr.com/torchsurv/devnotes.html#set-up-a-development-environment-via-conda) to install all optional dependencies. The other method is to install only required packages using the command line below:\n"
]
},
{
Expand Down

0 comments on commit 799eb30

Please sign in to comment.