Predict Bike Trip Duration with a Regression Model in BQML Reviews
13314 reviews
Jiaqi W. · Reviewed כמעט 5 שנים ago
Eddie Y. · Reviewed כמעט 5 שנים ago
Shivani G. · Reviewed כמעט 5 שנים ago
Sivaprasad N. · Reviewed כמעט 5 שנים ago
Bushra S. · Reviewed כמעט 5 שנים ago
Alex S. · Reviewed כמעט 5 שנים ago
Kenneth H. · Reviewed כמעט 5 שנים ago
Arthur Y. · Reviewed כמעט 5 שנים ago
Lena G. · Reviewed כמעט 5 שנים ago
Darren S. · Reviewed כמעט 5 שנים ago
Thirupurasundari K. · Reviewed כמעט 5 שנים 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 כמעט 5 שנים ago
Oladimeji O. · Reviewed כמעט 5 שנים ago
Bishal K. · Reviewed כמעט 5 שנים ago
Kelly S. · Reviewed כמעט 5 שנים ago
Steven W. · Reviewed כמעט 5 שנים ago
Rebecca V. · Reviewed כמעט 5 שנים ago
Evelyn F. · Reviewed כמעט 5 שנים ago
Ivan P. · Reviewed כמעט 5 שנים ago
Smitha K. · Reviewed כמעט 5 שנים ago
Suraj K. · Reviewed כמעט 5 שנים ago
Mayank G. · Reviewed כמעט 5 שנים ago
Pablo G. · Reviewed כמעט 5 שנים ago
Very informative. Clear
Joaquin M. · Reviewed כמעט 5 שנים ago
Edgar Josue G. · Reviewed כמעט 5 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.