I am reading my data file using the following commands:
data_dir = arguments['data_dir']
data = pd.read_csv(data_dir + "/train.csv")
I am using this data to train my model on Google Cloud ML, I am successfully able to schedule the job but getting the following IO error while fetching the file:
IOError: File gs://cloud-bucket/data/train.csv does not exist
The address of the file is proper as I have uploaded it using the console in the above mentioned bucket. Also the Cloud ML is working in the same region and configured with the same project as my bucket