Questions tagged [google-cloud-datalab]

An online tool for data analysis provided by Google as part of its Cloud Platform.

An easy to use interactive tool for large-scale data exploration, analysis, and visualization.

See more at https://cloud.google.com/datalab.

468 questions
2
votes
1 answer

Read data from Google Storage Cloud to Google Cloud Datalab Weird Error

I'm trying to read a csv_file from Google Storage Cloud to Google Cloud Datalab exactly like suggested in here. I keep getting the error: Source object gs://analog-arbor-233411/traissn.csv does not exist. (analog-arbor-233411 is my bucket name,…
2
votes
2 answers

Dataflow SDK version

I'm running into a problem testing out Dataflow by running code like this from a Datalab cell. import apache_beam as beam # Pipeline options: options = beam.options.pipeline_options.PipelineOptions() gcloud_options …
2
votes
1 answer

cffi.error.VerificationError (undefined symbol: SSLv2_client_method) when running Google Cloud Datalab notebook

I'm trying to run this notebook on Google Cloud Datalab: https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/courses/machine_learning/feateng/feateng.ipynb While it was perfectly working yesterday, today running the first block…
2
votes
3 answers

XGBoostError: sklearn needs to be installed in order to use this module ( GCP Datalab)

I am trying to use Xgboost in GCP datalab. I have already installed sklearn but I keep getting the error : " XGBoostError: sklearn needs to be installed in order to use this module" Below is the code I used: import sklearn !pip3 install…
MERY
  • 39
  • 1
  • 5
2
votes
2 answers

Is it possible to create a TFRecordDataset from Google Cloud Storage Objects?

I'm testing a Tensorflow model in a Jupyter notebook on Google Cloud Datalab. The model is set up to use a TFRecordDataset of TFRecord files as input, which I'm led to believe is the recommended way of organising input to a model. I was wondering if…
2
votes
1 answer

How to read audio file from google cloud storage bucket and play with ipd in a datalab notebook

I want to play a sound file in a datalab notebook which I read from a google cloud storage bucket. How to do this?
2
votes
1 answer

Why is the my plot_learning_curve of scikit learn not running faster on a google VM?

I am running a snippet that I borrowed from scikit-learn official website to plot the learning curve My code is pretty simple like following: import matplotlib.pyplot as plt from sklearn.model_selection import learning_curve from…
2
votes
1 answer

Connecting with datalab via cloud shell extremely slow

I'd like to run my python machine learning code in datalab by connecting to a google instance. Creating a n1-highmem-16 instance with "datalab create" works well and I can connect using "datalab connect". I created a folder and put 36GB worth of…
2
votes
2 answers

Importing data from storage bucket to datalab

I am really disappointed about how much time I have spent trying to find out how to import data from google storage into a datalab project in jupyter. I have just been using floydhub and colabratory and these are so much more straight forward. Why…
jusjosgra
  • 375
  • 2
  • 4
  • 14
2
votes
1 answer

pip3 not installed in Google Cloud Datalab

After restarting my Datalab instance - I am getting /bin/sh: 1: pip3: not found when trying to run: !pip3 install h5py I have my kernel set to Python3.
Chris Meyers
  • 1,426
  • 9
  • 14
2
votes
2 answers

Is there a repository engine issue for google cloud datalab on Linux Mint 18.3?

I am getting an error when I try to install google cloud datalab: $ sudo apt-get update ... Ign:18 http://packages.cloud.google.com/apt cloud-sdk-sylvia/main Translation-en Reading package lists... Done W: The repository…
Jim Bander
  • 51
  • 4
2
votes
4 answers

loading saved keras model from gs to pydatalab

My keras model is saved in google storage with model.save(model_name) I cannot load the model on pydatalab. When I save the model on my local machine, I can just open it with load_model(filepath). Also I did import keras.backend as K, based on…
Salma R
  • 194
  • 1
  • 12
2
votes
1 answer

Can't sign out of google cloud datalab

I am using Google Cloud datalab, although really I'm just getting started. I need to log out and sign in as a new user and when I click sign out this does not sign me out. I check the drop down at the to right and still show as logged in. That was…
goose
  • 2,502
  • 6
  • 42
  • 69
2
votes
1 answer

Upgrade to Tensorflow 1.4 in Datalab

Does anyone know how to update Tensorflow 1.2 in an existing Datalab image, to Tensorflow 1.4? Thank you in advance!
Bahar
  • 51
  • 2
2
votes
1 answer

Getting a " A nested call to gcloud failed" error when trying to create a datalab in gcloud

Just starting to use Google Cloud Platform. Trying to familiarize myself with tensorflow and am following the Stack Skills tutorial Machine Learning and TensorFlow on the Google Cloud. I am using the gcloud console on firefox and following the…