When are X and y used in training/validation/test sets vs. simply using a single dataset variable? #486
Unanswered
MercurialOutsider
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When would there need to be an X and a y when building and fitting a model versus simply using a dataset such as the Food Vision models? I ask because in section 8: NLP Fundamentals when we build the RNN's (LSTM, GRU, and Bidirectional) there's an X and y for the training data and the validation set is a tuple. In the Food Vision models we were simply able to use a single training set variable I don't fully understand why this is.
Beta Was this translation helpful? Give feedback.
All reactions