Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field pickup_datetime does not exists #1227

Open
MarkVaughn opened this issue Sep 27, 2020 · 1 comment
Open

Field pickup_datetime does not exists #1227

MarkVaughn opened this issue Sep 27, 2020 · 1 comment

Comments

@MarkVaughn
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants