Create ML Models with BigQuery ML: Challenge Lab Reviews
Loading...
No results found.

Apply your skills in Google Cloud console

Create ML Models with BigQuery ML: Challenge Lab Reviews

35741 reviews

Ajeesh B. · Reviewed 11 חודשים ago

The lab doesn't work properly

Zuzanna M. · Reviewed 11 חודשים ago

Kevin C. · Reviewed 11 חודשים ago

I don't understand the task descriptions??? sometimes it says linear and sometimes logistic, I don't know what is the purpose of the task to be done

Zuzanna M. · Reviewed 11 חודשים ago

Christian A. · Reviewed 11 חודשים ago

Patrick L. · Reviewed 11 חודשים ago

Halimathu S. · Reviewed 11 חודשים ago

Bhagyashree P. · Reviewed 11 חודשים ago

Aman N. · Reviewed 11 חודשים ago

Camille H. · Reviewed 11 חודשים ago

Zhenru C. · Reviewed 11 חודשים ago

Zhenru C. · Reviewed 11 חודשים ago

Жандос О. · Reviewed 11 חודשים ago

Octavia R. · Reviewed 11 חודשים ago

Task 3 doesn't work

Pierpaolo S. · Reviewed 11 חודשים ago

Md I. · Reviewed 11 חודשים ago

Ozana I. · Reviewed 11 חודשים ago

I finished Task 3 by creating and evaluating the new model improved_customer_classification_model with the required additional features, but it would never mark it as complete. Here's the query I used to create the model: CREATE OR REPLACE MODEL `ecommerce.improved_customer_classification_model` OPTIONS ( model_type='logistic_reg', labels = ['will_buy_on_return_visit'] ) AS #standardSQL SELECT * EXCEPT(fullVisitorId) FROM # features (SELECT fullVisitorId, IFNULL(totals.bounces, 0) AS bounces, IFNULL(totals.timeOnSite, 0) AS time_on_site, IFNULL(totals.pageviews, 0) AS pageviews, trafficSource.source, trafficSource.medium, channelGrouping, # mobile or desktop device.deviceCategory, # geographic IFNULL(geoNetwork.country, "") AS country FROM `data-to-insights.ecommerce.web_analytics` WHERE totals.newVisits = 1 AND date BETWEEN '20160801' AND '20170430') # train on first 9 months JOIN (SELECT fullvisitorid, IF(COUNTIF(totals.transactions > 0 AND totals.newVisits IS NULL) > 0, 1, 0) AS will_buy_on_return_visit FROM `data-to-insights.ecommerce.web_analytics` GROUP BY fullvisitorid) USING (fullVisitorId) ; And here's how I evaluated it: SELECT roc_auc, CASE WHEN roc_auc > .9 THEN 'good' WHEN roc_auc > .8 THEN 'fair' WHEN roc_auc > .7 THEN 'decent' WHEN roc_auc > .6 THEN 'not great' ELSE 'poor' END AS model_quality FROM ML.EVALUATE(MODEL ecommerce.improved_customer_classification_model, ( #standardSQL SELECT * EXCEPT(fullVisitorId) FROM # features (SELECT fullVisitorId, IFNULL(totals.bounces, 0) AS bounces, IFNULL(totals.timeOnSite, 0) AS time_on_site, IFNULL(totals.pageviews, 0) AS pageviews, trafficSource.source, trafficSource.medium, channelGrouping, # mobile or desktop device.deviceCategory, # geographic IFNULL(geoNetwork.country, "") AS country FROM `data-to-insights.ecommerce.web_analytics` WHERE totals.newVisits = 1 AND date BETWEEN '20160801' AND '20170430') # train on first 9 months JOIN (SELECT fullvisitorid, IF(COUNTIF(totals.transactions > 0 AND totals.newVisits IS NULL) > 0, 1, 0) AS will_buy_on_return_visit FROM `data-to-insights.ecommerce.web_analytics` GROUP BY fullvisitorid) USING (fullVisitorId) ));

Adam W. · Reviewed 11 חודשים ago

Kevin C. · Reviewed 11 חודשים ago

Juan Carlos B. · Reviewed 11 חודשים ago

Manish S. · Reviewed 11 חודשים ago

Jesús Arnulfo C. · Reviewed 11 חודשים ago

Ilyas N. · Reviewed 11 חודשים ago

William B. · Reviewed 11 חודשים ago

Shannon M. · Reviewed 11 חודשים ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.