From ddf4a7ab9d4390497fa33def59e180b58324b8c6 Mon Sep 17 00:00:00 2001
From: Sean Fitzgibbon <seanf@fmrib.ox.ac.uk>
Date: Thu, 13 Jan 2022 19:57:03 +0000
Subject: [PATCH] minor correction

---
 applications/machine_learning/scikit_learn.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/machine_learning/scikit_learn.ipynb b/applications/machine_learning/scikit_learn.ipynb
index fe5cf0b..242c631 100644
--- a/applications/machine_learning/scikit_learn.ipynb
+++ b/applications/machine_learning/scikit_learn.ipynb
@@ -655,7 +655,7 @@
     "The data come from the [OASIS](https://www.oasis-brains.org) project and has been run through a standard VBM pipeline to create VBM maps.\n",
     "\n",
     "The example will:\n",
-    "1. Download the VBM maps for 200 subjects\n",
+    "1. Download the VBM maps for 150 subjects\n",
     "2. Split the data into train and test sets\n",
     "3. Implement a custom transformer to mask the non-GM voxels\n",
     "3. Fit a `Ridge` regressor to the train data\n",
-- 
GitLab