Create ML Models with BigQuery ML: Challenge Lab Reviews

40739 reviews

Pragya S. · Reviewed about 1 year ago

Swaritra S. · Reviewed about 1 year ago

nice

Hemant S. · Reviewed about 1 year ago

Shivam S. · Reviewed about 1 year ago

Good with help

Jose S. · Reviewed about 1 year ago

Akanksha P. · Reviewed about 1 year ago

Daniel M. · Reviewed about 1 year ago

Paulina A. · Reviewed about 1 year ago

Soumya M. · Reviewed about 1 year ago

David Israel P. · Reviewed about 1 year ago

Constantin S. · Reviewed about 1 year ago

Christian S. · Reviewed about 1 year ago

Manan S. · Reviewed about 1 year ago

Andrea C. · Reviewed about 1 year ago

Adrian A. · Reviewed about 1 year ago

PHANI G. · Reviewed about 1 year ago

Rohit 0. · Reviewed about 1 year ago

Andres Felipe P. · Reviewed about 1 year ago

cheikh b. · Reviewed about 1 year ago

Sagar J. · Reviewed about 1 year ago

Rathika R. · Reviewed about 1 year ago

Hemraj S. · Reviewed about 1 year ago

Soon Meng L. · Reviewed about 1 year 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 about 1 year ago

Joseph H. · Reviewed about 1 year ago

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