关于“通过 BigQuery ML 创建机器学习模型:实验室挑战赛”的评价
29518 条评价
Pragya S. · 已于 16 days前审核
Swaritra S. · 已于 16 days前审核
nice
Hemant S. · 已于 17 days前审核
Shivam S. · 已于 17 days前审核
Good with help
Jose S. · 已于 17 days前审核
Akanksha P. · 已于 17 days前审核
Daniel M. · 已于 17 days前审核
Paulina A. · 已于 17 days前审核
Soumya M. · 已于 17 days前审核
David Israel P. · 已于 17 days前审核
Constantin S. · 已于 17 days前审核
Christian S. · 已于 17 days前审核
Manan S. · 已于 17 days前审核
Andrea C. · 已于 17 days前审核
Adrian A. · 已于 17 days前审核
PHANI G. · 已于 17 days前审核
Rohit 0. · 已于 18 days前审核
Andres Felipe P. · 已于 18 days前审核
cheikh b. · 已于 18 days前审核
Sagar J. · 已于 18 days前审核
Rathika R. · 已于 18 days前审核
Hemraj S. · 已于 18 days前审核
Soon Meng L. · 已于 18 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. · 已于 18 days前审核
Joseph H. · 已于 19 days前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。