From 07f3f68b24266100bff34d069bd361f8dc0847ef Mon Sep 17 00:00:00 2001 From: david-klindt Date: Fri, 9 Aug 2024 10:19:02 -0700 Subject: [PATCH] Update README.md fix sklearn module name to scikit-learn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a623b43..e597eba3 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ pip install torch torchvision torchaudio --extra-index-url https://download.pyto Then, use the following command to install the rest of the libraries: ```bash -pip install tqdm ninja h5py kornia matplotlib pandas sklearn scipy seaborn wandb PyYaml click requests pyspng imageio-ffmpeg timm +pip install tqdm ninja h5py kornia matplotlib pandas scikit-learn scipy seaborn wandb PyYaml click requests pyspng imageio-ffmpeg timm ``` With docker, you can use (Updated 14/DEC/2022):