Closed fasilColab closed 1 year ago
Since this issue was filed a while ago, and there have been a number of upgrades to our ecosystem including TensorFlow and Pandas since then, if you are still experiencing the issue, please open a new issue and provide a minimal reproducible notebook.
I am running a code on Google colaboratory. But getting error while trying to fit the model. I am referring to youtube Video Tutorial. please help to fix the issue.
import tensorflow as tf import pandas as pd from google.colab import files files.upload() x_train = pd.read_csv("xtrain.csv", header="None") y_train = pd.read_csv("ytrain.csv", header="None") x_test = pd.read_csv("xtest.csv", header="None") y_test = pd.read_csv("ytest.csv", header="None")
Error
`
`