I am planning on creating a ML model using Google Datalab. I plan to keep the source data (json, structured) on datastore.
Still, I am not finding lot of examples onhow to query datastore form datalab. Is that something that can be done? Is that a good practice? Should I better write a process to send the trainning data to a CSV on Google Cloud Storage?
Thanks!