Search code examples
google-cloud-datastoregoogle-cloud-datalab

Google Datalab: Can I query Google Cloud Datastore for trainning data for model?


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!


Solution

  • @Kolban answered it on the comments. This is a duplicate of Google Datastore API from Datalab

    Also, there are not many examples because it is not used as much as the other products

    Thanks!