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

36081 reviews

Daniel M. · Reviewed 9 ay ago

Paulina A. · Reviewed 9 ay ago

Soumya M. · Reviewed 9 ay ago

David Israel P. · Reviewed 9 ay ago

Constantin S. · Reviewed 9 ay ago

Christian S. · Reviewed 9 ay ago

Manan S. · Reviewed 9 ay ago

Andrea C. · Reviewed 9 ay ago

Adrian A. · Reviewed 9 ay ago

PHANI G. · Reviewed 9 ay ago

Rohit 0. · Reviewed 9 ay ago

Andres Felipe P. · Reviewed 9 ay ago

cheikh b. · Reviewed 9 ay ago

Sagar J. · Reviewed 9 ay ago

Rathika R. · Reviewed 9 ay ago

Hemraj S. · Reviewed 9 ay ago

Soon Meng L. · Reviewed 9 ay ago

I do not understand what I am doing wrong in my query for the evaluation step. SELECT roc_auc FROM ML.EVALUATE( MODEL --`ecommerce.customer_classification_model` --`data-to-insights.ecommerce.classification_model` `qwiklabs-gcp-03-dd574b725332.ecommerce.customer_classification_model` , (( SELECT * EXCEPT(fullVisitorId) FROM # features (( SELECT fullVisitorId, IFNULL(totals.bounces, 0) AS bounces, IFNULL(totals.timeOnSite, 0) AS time_on_site FROM `data-to-insights.ecommerce.web_analytics` WHERE totals.newVisits = 1 AND date BETWEEN '20170430' AND '20170630') # 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) ) )) )

Lorenzo V. · Reviewed 9 ay ago

Joseph H. · Reviewed 9 ay ago

meehir G. · Reviewed 9 ay ago

Anna D. · Reviewed 9 ay ago

Anna D. · Reviewed 9 ay ago

Dhin 0. · Reviewed 9 ay ago

Jeff B. · Reviewed 9 ay ago

vidya k. · Reviewed 9 ay ago

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