GoogleCloudPlatform / training-data-analyst

Labs and demos for courses for GCP Training (http://cloud.google.com/training).
Apache License 2.0
7.9k stars 5.87k forks source link

Field pickup_datetime does not exists #1227

Open MarkVaughn opened 4 years ago

MarkVaughn commented 4 years ago

File: https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/courses/machine_learning/deepdive2/feature_engineering/labs/4_keras_adv_feat_eng-lab.ipynb

/opt/conda/lib/python3.7/site-packages/tensorflow/python/keras/engine/functional.py:543: UserWarning: Input dict contained keys ['pickup_datetime'] which did not match any model input. They will be ignored by the model.
  [n for n in tensors.keys() if n not in ref_input_names])

The files are copied via !gsutil cp gs://cloud-training-demos/feat_eng/data/*.csv ../data and looking at the files they don't have that field. So either the data needs to be fixed or the module

pritamdodeja commented 2 years ago

I have submitted a pull request 1923 that addresses this. The data is there, just in a different file in the bucket.