GoogleCloudPlatform / ml-design-patterns

Source code accompanying O'Reilly book: Machine Learning Design Patterns
Apache License 2.0
1.9k stars 533 forks source link

Chapter 1: Colab Auth #5

Open mshearer0 opened 4 years ago

mshearer0 commented 4 years ago

Running chapter 1 on GCP Notebook Google Colab is not installed. The notebook executes successfully without running this cell.

Installing the package (google-colab) flags some incompatibilities and then produces:

import error: cannot import name 'ordereddict' from 'pandas.compat'

causing the remainder of the notebook to fail.