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
0
votes
1 answer

Cloud Dataflow to Join multiple files

I am newbie to Google Cloud,I have below files in GCS, need to design a dataflow to merge the files and replace values from product,location files and load the final output file to…
0
votes
1 answer

Will Datalab automatically provision the already existing computation engine?

I have already created a computation engine with 16 GB RAM and 8 Core processor. When I start a datalab instance does this run on the already configured computation engine.
0
votes
1 answer

How I can launch Datalab via Console?

I am able to create the datalab instance via Cloudshell with datalab create datalab-instance-name shell command but unable to find a way to create it via GCP console. Is there any specific reason for not allowing to create datalab via GCP console?
Mahesh Khond
  • 1,297
  • 1
  • 14
  • 31
0
votes
1 answer

Creating an instance from inside a datalab instance

Hi does anyone know how to create and run an instance from a jupyter notebook and/or a datalab instance in the cloud? I'm trying to run a large computation and I want to divide the tasks into several VMs in the cloud. Is there anyway I could create…
0
votes
2 answers

installing tensorflow_transform and apache_beam on Datalab

I'm going over these example from google-cloud Coursera courses, and although they worked till a few weeks ago, I can't install tf.transform or apache_beam on Datalab…
0
votes
2 answers

Google Cloud Datalab and Cloud Shell access issues

I recently made a google cloud account which was migrated from a .com.au email address to a .com email address. Now when I log in to Google Cloud Console, I correctly see my .com account and my permissions in IAM are owner, however, this migration…
0
votes
2 answers

How to open TensorBoard from datalab when proxy port number indicated

I’m using a python notebook in gGloud datalab to re-train a neural network. From the notebook I call retrain.py with !python -m retrain --bottleneck_dir=../tf_files/bottlenecks --how_many_training_steps=500 --model_dir=../tf_files/models/…
0
votes
2 answers

Google datalab fails to query and create table

I'm trying to query large amount of data in BigQuery and then upload the table in the desired dataset (datasetxxx) using "datalab" in PyCharm as the IDE. Below is my code: query = bq.Query(sql=myQuery) job = query.execute_async( …
user3000538
  • 189
  • 1
  • 2
  • 14
0
votes
1 answer

how to use tensorboard debugger with datalab which uses tf.estimator on google cloud platform

When I start tensorboard via datalab it uses the google syntax which is described here. This document only mentions start, stop and list. However, there is a debugger pane which I can not use. This document describes how to use tensorboard…
0
votes
1 answer

In datalab is there a way to permantly install software via apt and pip?

I am using google cloud platform datalab and I have the following "install_sw" notebook. %%bash apt-get update apt-get -y install --allow-unauthenticated libsndfile1 librosa and !pip install librosa soundfile google-cloud-storage Everytime I…
netskink
  • 4,033
  • 2
  • 34
  • 46
0
votes
1 answer

How to examine the results of a tensorflow.data.Dataset based model.train input_fn

I am learning how to use the tf.data.Dataset api. I am using the sample code provided by google for their coursera tensorflow class. Specifically I am working with the c_dataset.ipynb notebook here. This notebook has a model.train routine which…
netskink
  • 4,033
  • 2
  • 34
  • 46
0
votes
2 answers

How to add a git .ignore to a datalab notebook in Google cloud Platform?

I am using ungit with datalab notebooks on google cloud platform. I would like to ignore directories which save model data. How to do this? I don't see any ui entries to do this.
netskink
  • 4,033
  • 2
  • 34
  • 46
0
votes
1 answer

Syntax Error When Running `gcloud ml-engine` commands in Google Datalab

I am trying to deploy a model to Google ML Engine using DataLab. The code works in my live project datalab but gives a syntax error on my staging datalab. I thought this may be due to different versions of gcloud and so I ran the updates but I am…
0
votes
1 answer

install be_helper on datalab

I knew that BigQuery module is already installed on datalab. I just wanna to use bq_helper module because I learned it on Kaggle. I did !pip install -e git+https://github.com/SohierDane/BigQuery_Helper#egg=bq_helper and it worked. but I can't import…
0
votes
2 answers

BigQuery Quantiles

I wanna do some outlier detection with BigQuery and Datalab. MIN and MAX give me the same values but Quantiles are different. BigQuery gave me Row f0_ f1_ approx_quantiles 1 0.01 820.55 0.01 190.04 …
ASP YOK
  • 131
  • 3
  • 12