From c4bbf2787cd76aa139eaad6517616e909db02ab5 Mon Sep 17 00:00:00 2001 From: franzi Date: Tue, 5 Mar 2024 11:41:10 +0100 Subject: [PATCH] readme updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f265a58..66a0092 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ However, please note that MyBinder may take a while to load and some notebooks m If you have a Google account, you can also run the notebooks in Google Colab, which is faster than MyBinder: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/cod3licious/ml_exercises)
-While Google Colab already includes most packages that we need, should you require an additional library (e.g., `skorch` for training PyTorch neural networks in notebook 6), you can install a package by executing `!pip install package` in a notebook cell. With Colab, it is also possible to run code on a GPU, but this has to be manually selected. Please note that for some notebooks you need to additionally upload the required data files separately. +While Google Colab already includes most packages that we need, should you require an additional library (e.g., `fastapi[all]` for the case study in notebook 5b), you can install a package by executing `!pip install package` in a notebook cell. With Colab, it is also possible to run code on a GPU, but this has to be manually selected. Please note that for some notebooks you need to additionally upload the required data files separately.