关于“通过 BigQuery ML 创建机器学习模型:实验室挑战赛”的评价
29531 条评价
Manan S. · 已于 18 days前审核
Andrea C. · 已于 19 days前审核
Adrian A. · 已于 19 days前审核
PHANI G. · 已于 19 days前审核
Rohit 0. · 已于 19 days前审核
Andres Felipe P. · 已于 19 days前审核
cheikh b. · 已于 19 days前审核
Sagar J. · 已于 19 days前审核
Rathika R. · 已于 20 days前审核
Hemraj S. · 已于 20 days前审核
Soon Meng L. · 已于 20 days前审核
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. · 已于 20 days前审核
Joseph H. · 已于 20 days前审核
meehir G. · 已于 20 days前审核
Anna D. · 已于 20 days前审核
Anna D. · 已于 20 days前审核
Dhin G. · 已于 20 days前审核
Jeff B. · 已于 20 days前审核
vidya k. · 已于 20 days前审核
Abiodun T. · 已于 21 days前审核
Amritpal V. · 已于 21 days前审核
Hui Qi Y. · 已于 21 days前审核
Bramhananda Reddy P. · 已于 21 days前审核
Kanad S. · 已于 21 days前审核
Robert R. · 已于 21 days前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。