Replies: 1 comment
-
you can use the path to the csv as the x, and the target column name as y. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in the structured data classification tutorial I saw the below 2 lines.
TRAIN_DATA_URL = "https://storage.googleapis.com/tf-datasets/titanic/train.csv"
TEST_DATA_URL = "https://storage.googleapis.com/tf-datasets/titanic/eval.csv"
these data is coming from website. What if I want to use data coming from my local machine? I am using Google Colab. Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions