From 799eb30f4b123f4871659ffcfbb7c914d1f67fcd Mon Sep 17 00:00:00 2001 From: corolth1 Date: Fri, 19 Apr 2024 19:12:50 -0400 Subject: [PATCH] typos --- docs/notebooks/introduction.ipynb | 2 +- docs/notebooks/momentum.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/notebooks/introduction.ipynb b/docs/notebooks/introduction.ipynb index 492ce35..0b3a2f0 100644 --- a/docs/notebooks/introduction.ipynb +++ b/docs/notebooks/introduction.ipynb @@ -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", diff --git a/docs/notebooks/momentum.ipynb b/docs/notebooks/momentum.ipynb index a5aa6c0..017f023 100644 --- a/docs/notebooks/momentum.ipynb +++ b/docs/notebooks/momentum.ipynb @@ -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" ] }, {