Skip to content

Commit

Permalink
clarify what is the name of the input dataset
Browse files Browse the repository at this point in the history
during a training half a dozen people just selected `y_train` as an input and then observed errors
  • Loading branch information
martenson authored Jun 24, 2024
1 parent 9ac3c3d commit 9bd0c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/statistics/tutorials/CNN/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"*
>
Expand Down

0 comments on commit 9bd0c28

Please sign in to comment.