From 9bd0c28fab6731692025ab6a9942dd6b303963ac Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Mon, 24 Jun 2024 17:18:46 +0200 Subject: [PATCH] clarify what is the name of the input dataset during a training half a dozen people just selected `y_train` as an input and then observed errors --- topics/statistics/tutorials/CNN/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/statistics/tutorials/CNN/tutorial.md b/topics/statistics/tutorials/CNN/tutorial.md index 1361fc2a6f88a8..43a8498a1f1b10 100644 --- a/topics/statistics/tutorials/CNN/tutorial.md +++ b/topics/statistics/tutorials/CNN/tutorial.md @@ -357,7 +357,7 @@ The model builder can be downloaded as a zip file. > - *"Select input type:"*: `tabular data` > - *"Training samples dataset"*: Select `X_train` dataset > - *"Choose how to select data by column:"*: `All columns` -> - *"Dataset containing class labels or target values"*: Select the OHE representation of `y_train` dataset +> - *"Dataset containing class labels or target values"*: `To categorical on y_train` (the output of the first step) > - *"Choose how to select data by column:"*: `All columns` > - Click *"Run Tool"* >