Building-ML-Pipelines / building-machine-learning-pipelines

Code repository for the O'Reilly publication "Building Machine Learning Pipelines" by Hannes Hapke & Catherine Nelson
MIT License
585 stars 250 forks source link

Chapter 5 Transform Example #19

Closed mshearer0 closed 2 years ago

mshearer0 commented 4 years ago

Worked through Chapter 5 in a notebook on GCP

Had to incorporate print statement in beam pipeline as

print('\nRaw data:\n{}\n'.format(pprint.pformat(raw_data)))

print('Transformed data:\n{}'.format(pprint.pformat(transformed_data)))

just printed pcollections.

hanneshapke commented 2 years ago

Hi @mshearer0, Wow, I didn't think Github would close the PR when I renamed the master branch. Sorry about that! Could you please reopen the PR if possible and it wasn't resolved by the latest updates. I am very sorry about the mistake.