Predict Bike Trip Duration with a Regression Model in BQML Reviews
13313 reviews
Eddie Y. · Reviewed больше 4 лет ago
Shivani G. · Reviewed больше 4 лет ago
Sivaprasad N. · Reviewed больше 4 лет ago
Bushra S. · Reviewed больше 4 лет ago
Alex S. · Reviewed больше 4 лет ago
Kenneth H. · Reviewed больше 4 лет ago
Arthur Y. · Reviewed больше 4 лет ago
Lena G. · Reviewed больше 4 лет ago
Darren S. · Reviewed больше 4 лет ago
Thirupurasundari K. · Reviewed больше 4 лет ago
problems with "Predict Bike Trip Duration with a Regression Model in BQML" lab: Impact of day of week and hour of day. -------------------------------------- Step 1 is good for dayofweek. Step 2 - should include the step by step instructions that were given to us for the start station stop. This might only be the student's 2nd time using this function, and the sorting is different enough that it should be explained to the new user instead of hidden. - The x-axis labels I get are very different. Yours just have a number. Mine say Week 1, Week 2, Week 3, etc. How can I get my results to look like those in the screenshot in this lab? Please add the steps to get my labels the same as yours, or please change your screenshot to match what the student would have using the most direct path. - In your screenshot, you have the weekdays displayed in descending order. That doesn't make much sense. Please show the student how to sort this in ascending order. Step 1 does not work for hourof day without some modification. Please give the needed SQL code. This isn't a quiz for knowing what the different extractable elements are from a timestamp in BigQuery. It's supposed to be a demo. ``` SELECT EXTRACT(hour FROM start_date) AS hourofday, AVG(duration) AS duration FROM `bigquery-public-data`.london_bicycles.cycle_hire GROUP BY hourofday ``` Step 2 - please include the step by step instructions - The x-labels I get are a little different. You have 0-24; I have 12AM - 11PM. Please give the code to make the lables your way, or please update the screenshot to work with the most direct way. - The hourofday being sorted descending doesn't make intuitive sense. Please use ascending sort instead. Impact of number of bicycles -------------------------------------- 1. Code works fine. 2. Please walk the student step by step through how to get from the query to this graph. Also, in this graph, you show the x and y-axis labels. In the one graph that you walked the students through, you skipped the axis labels. Please make sure to show the student where to change the axis label in your walkthrough. Create a training dataset -------------------------------------- 0. Code works fine 1. "Create a dataset in BigQuery called bike_model to store your model. Set the Data location to the EU region since the data we are training on is in the EU. Click Create dataset." HOW? Where do I find this button? How do I get from running the query to creating a dataset here? I had to go here to find the answer (https://cloud.google.com/bigquery/docs/datasets#console) Combine days of week -------------------------------------- For the model evaluation, please again show the query step to get the model results, or walkthrough how to find the model evaluation specs through the UI.
AUSTIN F. · Reviewed больше 4 лет ago
Oladimeji O. · Reviewed больше 4 лет ago
Bishal K. · Reviewed больше 4 лет ago
Kelly S. · Reviewed больше 4 лет ago
Steven W. · Reviewed больше 4 лет ago
Rebecca V. · Reviewed больше 4 лет ago
Evelyn F. · Reviewed больше 4 лет ago
Ivan P. · Reviewed больше 4 лет ago
Smitha K. · Reviewed больше 4 лет ago
Suraj K. · Reviewed больше 4 лет ago
Mayank G. · Reviewed больше 4 лет ago
Pablo G. · Reviewed больше 4 лет ago
Very informative. Clear
Joaquin M. · Reviewed больше 4 лет ago
Edgar Josue G. · Reviewed больше 4 лет ago
PrasannaKumar G. · Reviewed больше 4 лет ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.