Time series forecasting | TensorFlow Core.
In the link above there is a tutorial for time series. Can someone explain me how to get access to the inputs, features and labels after creating the dataset. If I type w1 or w2.train I have only access to some example datasets and nothing more. I would like to know how can I access train inputs and labes, validation inputs and labes and test inputs and labels. Should I really have to creat a list? Can’t I access the w1.train values directly?